Home
last modified time | relevance | path

Searched refs:getBoolProperty (Results 1 – 10 of 10) sorted by path

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx70 sal_Bool ODatabaseMetaData::getBoolProperty(const ::rtl::OUString& _aProperty) throw(::com::sun::s… in getBoolProperty() function in ODatabaseMetaData
417 return getBoolProperty(::rtl::OUString::createFromAscii("Maximum Row Size Includes BLOB")); in doesMaxRowSizeIncludeBlobs()
621 return getBoolProperty(::rtl::OUString::createFromAscii("Outer Join Capabilities")); in supportsOuterJoins()
671 return getBoolProperty(::rtl::OUString::createFromAscii("Read-Only Data Source")); in isReadOnly()
706 return getBoolProperty(::rtl::OUString::createFromAscii("Rowset Conversions on Command")); in supportsConvert()
711 return getBoolProperty(::rtl::OUString::createFromAscii("ORDER BY Columns in Select List")); in supportsExpressionsInOrderBy()
746 return getBoolProperty(::rtl::OUString::createFromAscii("ORDER BY Columns in Select List")); in supportsOrderByUnrelated()
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx65 …sal_Bool getBoolProperty(const ::rtl::OUString& _aProperty) throw(::com::sun::star::sdbc::S…
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx642 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
653 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
664 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
675 if ( getBoolProperty( xProps, sName ) ) in CheckButtons()
1229 sal_Bool SvxScriptOrgDialog::getBoolProperty( Reference< beans::XPropertySet >& xProps, in getBoolProperty() function in SvxScriptOrgDialog
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx190 …sal_Bool getBoolProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::…
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx99 inline bool getBoolProperty( sal_Int32 nPropId ) const in getBoolProperty() function in oox::PropertySet
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx119 if( shape_supplier.is() && aPropSet.getBoolProperty( PROP_##property_name ) ) \
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx914 bool bTextWrap = aTopLeftProp.getBoolProperty( PROP_IsTextWrapped ); in finalizeMergedRange()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java283 …JFreeReportBoot.getInstance().getExtendedConfig().getBoolProperty("com.sun.star.report.pentaho.out…
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx463 sal_Bool getBoolProperty( const rtl::OUString& i_rPropertyName, sal_Bool i_bFallback ) const;
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx444 …aMPS.bDrawBorder = i_pController->getBoolProperty( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NU… in ImplPrintJob()
1669 …sal_Bool bApi = getBoolProperty( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsApi" ) ), sal_Fals… in isShowDialogs()
1675 …sal_Bool bDirect = getBoolProperty( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDirect" ) ), sa… in isDirectPrint()
1679 sal_Bool PrinterController::getBoolProperty( const rtl::OUString& i_rProperty, sal_Bool i_bFallback… in getBoolProperty() function in PrinterController

Completed in 73 milliseconds