Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx666 const uno::Reference< drawing::XShape > & rShape, const Size& rTextSz, in SwHTMLFormPendingStackData_Impl() argument
669 aTextSz( rTextSz ), in SwHTMLFormPendingStackData_Impl()
698 const Size& rTextSz, in SetControlSize() argument
704 if( !rTextSz.Width() && !rTextSz.Height() && !bMinWidth && !bMinHeight ) in SetControlSize()
773 if( rTextSz.Width() || rTextSz.Height()) in SetControlSize()
779 awt::Size aTmpSz( rTextSz.Width(), rTextSz.Height() ); in SetControlSize()
780 if( -1 == rTextSz.Width() ) in SetControlSize()
786 if( rTextSz.Width() ) in SetControlSize()
788 if( rTextSz.Height() ) in SetControlSize()
H A Dswhtml.hxx816 …no::Reference< ::com::sun::star::drawing::XShape > & rShape, const Size& rTextSz,sal_Bool bMinWidt…

Completed in 41 milliseconds