Searched refs:ShapeAnchor (Results 1 – 8 of 8) sorted by relevance
91 ShapeAnchor::ShapeAnchor( const WorksheetHelper& rHelper ) : in ShapeAnchor() function in oox::xls::ShapeAnchor99 void ShapeAnchor::importAnchor( sal_Int32 nElement, const AttributeList& rAttribs ) in importAnchor()119 void ShapeAnchor::importPos( const AttributeList& rAttribs ) in importPos()126 void ShapeAnchor::importExt( const AttributeList& rAttribs ) in importExt()133 void ShapeAnchor::importClientData( const AttributeList& rAttribs ) in importClientData()139 void ShapeAnchor::setCellPos( sal_Int32 nElement, sal_Int32 nParentContext, const OUString& rValue ) in setCellPos()165 void ShapeAnchor::importVmlAnchor( const OUString& rAnchor ) in importVmlAnchor()189 void ShapeAnchor::importBiffAnchor( BinaryInputStream& rStrm ) in importBiffAnchor()196 EmuRectangle ShapeAnchor::calcAnchorRectEmu( const Size& rPageSizeHmm ) const in calcAnchorRectEmu()272 Rectangle ShapeAnchor::calcAnchorRectHmm( const Size& rPageSizeHmm ) const in calcAnchorRectHmm()[all …]
195 mxAnchor.reset( new ShapeAnchor( *this ) ); in onCreateContext()429 ShapeAnchor aAnchor( *this ); in convertClientAnchor()
169 inline BiffInputStream& operator>>( BiffInputStream& rStrm, ShapeAnchor& rAnchor ) in operator >>()
47 ShapeAnchor::ShapeAnchor( bool bRelSize ) : in ShapeAnchor() function in oox::drawingml::chart::ShapeAnchor52 void ShapeAnchor::importExt( const AttributeList& rAttribs ) in importExt()59 void ShapeAnchor::setPos( sal_Int32 nElement, sal_Int32 nParentContext, const OUString& rValue ) in setPos()82 EmuRectangle ShapeAnchor::calcAnchorRectEmu( const EmuRectangle& rChartRect ) const in calcAnchorRectEmu()149 mxAnchor.reset( new ShapeAnchor( false ) ); in onCreateContext()152 mxAnchor.reset( new ShapeAnchor( true ) ); in onCreateContext()
60 class ShapeAnchor class63 explicit ShapeAnchor( bool bRelSize );80 typedef ::boost::shared_ptr< ShapeAnchor > ShapeAnchorRef;
80 class ShapeAnchor : public WorksheetHelper class83 explicit ShapeAnchor( const WorksheetHelper& rHelper );
128 typedef ::std::auto_ptr< ShapeAnchor > ShapeAnchorRef;
234 ShapeAnchor maAnchor; /// Position of the drawing object.
Completed in 36 milliseconds