Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx381 Reference< XServiceInfo > xDocumentSI( impl_getContextDocument_nothrow(), UNO_QUERY ); in impl_getDocumentMeasurementUnit_throw() local
382 …OSL_ENSURE( xDocumentSI.is(), "PropertyHandlerHelper::impl_getDocumentMeasurementUnit_throw: No co… in impl_getDocumentMeasurementUnit_throw()
383 if ( xDocumentSI.is() ) in impl_getDocumentMeasurementUnit_throw()
388 if ( xDocumentSI->supportsService( SERVICE_WEB_DOCUMENT ) ) in impl_getDocumentMeasurementUnit_throw()
393 else if ( xDocumentSI->supportsService( SERVICE_TEXT_DOCUMENT ) ) in impl_getDocumentMeasurementUnit_throw()
398 else if ( xDocumentSI->supportsService( SERVICE_SPREADSHEET_DOCUMENT ) ) in impl_getDocumentMeasurementUnit_throw()
403 else if ( xDocumentSI->supportsService( SERVICE_DRAWING_DOCUMENT ) ) in impl_getDocumentMeasurementUnit_throw()
408 else if ( xDocumentSI->supportsService( SERVICE_PRESENTATION_DOCUMENT ) ) in impl_getDocumentMeasurementUnit_throw()
/trunk/main/svx/source/form/
H A Dfmcontrollayout.cxx105 Reference< XServiceInfo > xDocumentSI( _rxDocument, UNO_QUERY ); in lcl_getDocumentDefaultStyleAndFamily() local
106 if ( xDocumentSI.is() ) in lcl_getDocumentDefaultStyleAndFamily()
108 …if ( xDocumentSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.te… in lcl_getDocumentDefaultStyleAndFamily()
109 …|| xDocumentSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.text.… in lcl_getDocumentDefaultStyleAndFamily()
115 …else if ( xDocumentSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.sta… in lcl_getDocumentDefaultStyleAndFamily()
120 …else if ( xDocumentSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in lcl_getDocumentDefaultStyleAndFamily()
121 …|| xDocumentSI->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.prese… in lcl_getDocumentDefaultStyleAndFamily()

Completed in 14 milliseconds