Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/vcl/
H A Dwfield.cxx203 uno::Reference< awt::XNumericField > mxField; member in layout::NumericFormatterImpl
206 , mxField( peer, uno::UNO_QUERY ) in NumericFormatterImpl()
213 sal_Int16 nDigits = mxField->getDecimalDigits(); in valueToDouble()
232 uno::Reference< awt::XMetricField > mxField; member in layout::MetricFormatterImpl
235 , mxField( peer, uno::UNO_QUERY ) in MetricFormatterImpl()
253 if ( !getFormatImpl().mxField.is() ) \
267 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()
288 if ( !getFormatImpl().mxField.is() ) \
303 if ( !getFormatImpl().mxField.is() ) in SET_IMPL()
305 getFormatImpl().mxField->setSpinSize( nValue ); in SET_IMPL()
[all …]
/aoo41x/main/xmloff/source/text/
H A Dtxtfldi.cxx3699 if ( !mxField.is() ) in CreateChildContext()
3700 CreateField( mxField, sServicePrefix + GetServiceName() ); in CreateChildContext()
3701 Any aAny = mxField->getPropertyValue( sPropertyTextRange ); in CreateChildContext()
3792 if ( mxField.is() || CreateField( mxField, sServicePrefix + GetServiceName() ) ) in EndElement()
3795 PrepareField( mxField ); in EndElement()
3798 Reference < XTextContent > xTextContent( mxField, UNO_QUERY ); in EndElement()
/aoo41x/main/xmloff/inc/
H A Dtxtfldi.hxx1362 com::sun::star::uno::Reference < com::sun::star::beans::XPropertySet > mxField; member in XMLAnnotationImportContext

Completed in 55 milliseconds