Home
last modified time | relevance | path

Searched refs:addSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx247 void addSize( const ::com::sun::star::awt::Size & rSize, bool bIsOOoNamespace = false );
248 …void addSize( com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape, bool bIsOO…
1237 addSize( aPageSize ); in parseDocument()
1528 addSize( aSize, true ); in parseDocument()
2074 addSize( xShape ); in exportPlotArea()
2288 addSize( awt::Size(aRect.Width,aRect.Height) ); in exportCoordinateRegion()
3605 void SchXMLExportHelper_Impl::addSize( const awt::Size & rSize, bool bIsOOoNamespace) in addSize() function in SchXMLExportHelper_Impl
3617 void SchXMLExportHelper_Impl::addSize( Reference< drawing::XShape > xShape, bool bIsOOoNamespace ) in addSize() function in SchXMLExportHelper_Impl
3620 addSize( xShape->getSize(), bIsOOoNamespace ); in addSize()

Completed in 61 milliseconds