Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dprint3.cxx1337 beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) in getValue() argument
1340 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1344 const beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) const in getValue()
1347 mpImplData->maPropertyToIndex.find( i_rProperty ); in getValue()
1453 void PrinterController::enableUIOption( const rtl::OUString& i_rProperty, bool i_bEnable ) in enableUIOption() argument
1456 mpImplData->maPropertyToIndex.find( i_rProperty ); in enableUIOption()
1464 rtl::OUString aPropName( i_rProperty ); in enableUIOption()
1470 bool PrinterController::isUIOptionEnabled( const rtl::OUString& i_rProperty ) const in isUIOptionEnabled()
1474 mpImplData->maPropertyToIndex.find( i_rProperty ); in isUIOptionEnabled()
1483 mpImplData->maControlDependencies.find( i_rProperty ); in isUIOptionEnabled()
[all …]
/AOO42X/main/xmloff/source/core/
H A DRDFaImportHelper.cxx421 ::rtl::OUString const & i_rProperty, in ParseRDFa() argument
425 if (!i_rProperty.getLength()) in ParseRDFa()
437 reader.ReadCURIEs(i_rProperty) ); in ParseRDFa()
470 ::rtl::OUString const & i_rProperty, in ParseAndAddRDFa() argument
475 ParseRDFa(i_rAbout, i_rProperty, i_rContent, i_rDatatype) ); in ParseAndAddRDFa()
H A Dxmlimp.cxx2065 ::rtl::OUString const & i_rProperty, in AddRDFa() argument
2073 i_rAbout, i_rProperty, i_rContent, i_rDatatype); in AddRDFa()
/AOO42X/main/xmloff/inc/
H A DRDFaImportHelper.hxx70 ::rtl::OUString const & i_rProperty,
85 ::rtl::OUString const & i_rProperty,
/AOO42X/main/vcl/inc/vcl/
H A Dprint.hxx660 const rtl::OUString& i_rProperty,
668 const rtl::OUString& i_rProperty,
680 const rtl::OUString& i_rProperty,
691 const rtl::OUString& i_rProperty,
/AOO42X/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx129 const ::rtl::OUString& operator()( const Property& i_rProperty ) const in operator ()()
131 return i_rProperty.Name; in operator ()()
/AOO42X/main/vcl/source/window/
H A Dprintdlg.cxx2327 void PrintDialog::updateWindowFromProperty( const rtl::OUString& i_rProperty ) in updateWindowFromProperty() argument
2329 beans::PropertyValue* pValue = maPController->getValue( i_rProperty ); in updateWindowFromProperty()
2330 …:OUString, std::vector< Window* > >::const_iterator it = maPropertyToWindowMap.find( i_rProperty ); in updateWindowFromProperty()
2346 else if( i_rProperty.equalsAscii( "PrintProspect" ) ) in updateWindowFromProperty()
/AOO42X/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx431 ::rtl::OUString const & i_rProperty,