/trunk/main/sd/source/ui/framework/configuration/ |
H A D | ConfigurationClassifier.cxx | 62 mxConfiguration1->getResources(NULL, OUString(), AnchorBindingMode_DIRECT), in Partition() 63 mxConfiguration2->getResources(NULL, OUString(), AnchorBindingMode_DIRECT)); in Partition() 124 mxConfiguration1->getResources(*iResource, OUString(), AnchorBindingMode_DIRECT), in PartitionResources() 125 mxConfiguration2->getResources(*iResource, OUString(), AnchorBindingMode_DIRECT)); in PartitionResources() 189 rxConfiguration->getResources( in CopyResources()
|
H A D | Configuration.cxx | 199 Sequence<Reference<XResourceId> > SAL_CALL Configuration::getResources ( in getResources() function in sd::framework::Configuration 383 rxConfiguration1->getResources( in AreConfigurationsEquivalent() 386 rxConfiguration2->getResources( in AreConfigurationsEquivalent()
|
H A D | ConfigurationController.cxx | 360 mpImplementation->mxRequestedConfiguration->getResources( in requestResourceActivation() 408 mpImplementation->mxRequestedConfiguration->getResources( in requestResourceDeactivation()
|
H A D | ConfigurationTracer.cxx | 66 rxConfiguration->getResources(rxResourceId, ::rtl::OUString(), AnchorBindingMode_DIRECT)); in TraceBoundResources()
|
H A D | ConfigurationUpdater.cxx | 347 rxConfiguration->getResources( in CheckPureAnchors()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1058 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in CreateImpl() 1146 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in CreateImpl() 1180 const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in throwInvalidColumnType() 1775 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in UpdateBuffer() 1991 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in UpdateBuffer() 2056 const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in UpdateBuffer() 2299 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in alterColumn() 2458 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in addColumn() 2531 … const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in dropColumn() 2640 const ::rtl::OUString sError( getConnection()->getResources().getResourceStringWithSubstitution( in throwInvalidDbaseFormat()
|
H A D | DIndexes.cxx | 59 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject() 84 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject()
|
H A D | DIndex.cxx | 166 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in openIndexFile() 491 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl() 521 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl()
|
H A D | DTables.cxx | 125 …String sError( static_cast<OFileCatalog&>(m_rParent).getConnection()->getResources().getResourceSt… in dropObject()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JConnection.cxx | 691 … lcl_getDriverLoadErrorMessage( getResources(),_sDriverClass, _sDriverClassPath ), in loadDriverFromProperties() 745 lcl_getDriverLoadErrorMessage( getResources(),_sDriverClass, _sDriverClassPath ), in loadDriverFromProperties() 755 lcl_getDriverLoadErrorMessage( getResources(),_sDriverClass, _sDriverClassPath ), in loadDriverFromProperties()
|
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | SortingComponent.java | 88 getResources(); in SortingComponent() 140 private boolean getResources() in getResources() method in SortingComponent
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | PaneHider.cxx | 70 mxConfiguration->getResources( in PaneHider()
|
/trunk/main/connectivity/source/inc/ |
H A D | TConnection.hxx | 72 const SharedResources& getResources() const { return m_aResources;} in getResources() function in connectivity::OMetaConnection
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 457 …const ::rtl::OUString sError( m_pAnalyzer->getConnection()->getResources().getResourceStringWithSu… in execute_Operand() 472 …const ::rtl::OUString sError( m_pAnalyzer->getConnection()->getResources().getResourceStringWithSu… in execute_Operand()
|
H A D | FConnection.cxx | 441 aError.Message = getResources().getResourceStringWithSubstitution( in throwUrlNotValid()
|
H A D | FPreparedStatement.cxx | 360 … const ::rtl::OUString sError( m_pConnection->getResources().getResourceStringWithSubstitution( in setObject()
|
/trunk/main/sd/source/ui/framework/module/ |
H A D | CenterViewFocusModule.cxx | 150 Sequence<Reference<XResourceId> > xViewIds (rxConfiguration->getResources( in HandleNewView()
|
H A D | ResourceManager.cxx | 253 Sequence<Reference<XResourceId> > aCenterViews = rxConfiguration->getResources( in HandleResourceRequest()
|
/trunk/main/sd/source/ui/inc/framework/ |
H A D | Configuration.hxx | 107 com::sun::star::drawing::framework::XResourceId> > SAL_CALL getResources (
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 279 …const ::rtl::OUString sError( getOwnConnection()->getResources().getResourceStringWithSubstitution( in setObject()
|
/trunk/main/odk/source/com/sun/star/lib/loader/ |
H A D | Loader.java | 73 Enumeration en = loader.getResources( "META-INF/MANIFEST.MF" ); in main()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 335 … const ::rtl::OUString sError( m_pConnection->getResources().getResourceStringWithSubstitution( in setObject()
|
/trunk/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfiguration.idl | 84 sequence<XResourceId> getResources (
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | SystemUtil.java | 552 Enumeration<URL> urls = classLoader.getResources(path); in getClassesInPackage()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 438 … const ::rtl::OUString sError( m_pConnection->getResources().getResourceStringWithSubstitution( in setObject()
|