struct ImpSdXMLExpTransObj2DBase; struct ImpSdXMLExpTransObj3DBase; class SvXMLUnitConverter;
namespace basegfx
{ class B2DTuple; class B2DHomMatrix; class B3DHomMatrix;
}
class SdXMLImExTransform2D
{ // NOTE: This uses shared_ptr, because with unique_ptr the code // fails to compile because of incomplete type.
std::vector< std::shared_ptr< ImpSdXMLExpTransObj2DBase > > maList;
OUString msString;
class SdXMLImExTransform3D
{ // NOTE: This uses shared_ptr, because with unique_ptr the code // fails to compile because of incomplete type.
std::vector< std::shared_ptr< ImpSdXMLExpTransObj3DBase > > maList;
OUString msString;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.