Home
last modified time | relevance | path

Searched refs:hasByName (Results 101 – 125 of 662) sorted by relevance

12345678910>>...27

/aoo42x/main/qadevOOo/tests/java/ifc/container/
H A D_XNameContainer.java126 result &= oObj.hasByName(Name) ; in _insertByName()
218 boolean loc_res = !oObj.hasByName(Name) || tEnv.getObjRelation in _removeByName()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXAutoTextEntry.java96 if ( oGroup.hasByName("NewEntryName") ) { in cleanup()
170 if ( oGroup.hasByName("NewEntryName") ) { in createTestEnvironment()
/aoo42x/main/sfx2/source/doc/
H A Dobjstor.cxx1075 if ( GetMedium()->GetStorage()->hasByName( aBasicStorageName ) ) in DoSave()
1077 if ( GetMedium()->GetStorage()->hasByName( aDialogsStorageName ) ) in DoSave()
1518 if ( xOldVerStor->hasByName( aVersions[n].Identifier ) ) in SaveTo_Impl()
2278 if ( xFilters->hasByName( aFilterName ) ) in InsertFrom()
2374 if ( xFilters->hasByName( aFilterName ) ) in ImportFrom()
2491 if ( xFilters->hasByName( aFilterName ) ) in ExportTo()
3530 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3599 OSL_ENSURE( !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3673 … aSubElements[nInd].equalsAscii( "Configurations2" ) || !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3676 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
/aoo42x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx542 if ( !hasByName( aName ) ) in getByName()
558 …virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName() function in BuiltInPropertiesImpl
668 if ( !hasByName( aName ) ) in getByName()
687 …virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName() function in CustomPropertiesImpl
H A Dvbastyles.cxx202 if ( !hasByName(aName) ) in getByName()
223 virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName() function in StyleCollectionHelper
229 if( xNameAccess->hasByName( aName ) ) in hasByName()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java211 public boolean hasByName( String aName ) in hasByName() method in ExampleMembers
417 public boolean hasByName( String aName ) in hasByName() method in ExampleLevels
506 public boolean hasByName( String aName ) in hasByName() method in ExampleHierarchies
733 public boolean hasByName( String aName ) in hasByName() method in ExampleDimensions
/aoo42x/main/unotools/inc/unotools/
H A Deventcfg.hxx89 …::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (::com::sun::star::uno::Runtim…
108 …::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (::com::sun::star::uno::Runtim…
/aoo42x/main/sc/source/ui/vba/
H A Dvbastyles.cxx130 if (!mxNameContainerCellStyles->hasByName(_sName)) in Add()
152 if (mxNameContainerCellStyles->hasByName( _sStyleName ) ) in Delete()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx696 if ( ( xDocStorage->hasByName( lcl_getScriptsStorageName() ) in bind()
699 || !xDocStorage->hasByName( lcl_getScriptsStorageName() ) in bind()
728 return m_xScriptsStorage->hasByName( rSubStorageName ) in hasScripts()
765 if ( m_xScriptsStorage->hasByName( sSubStorageName ) ) in removeScriptTypeStorage()
1267 if ( !_rxTargetContainer->hasByName( sTargetName ) ) in lcl_createTargetLibName()
/aoo42x/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1539 if ( !xModules->hasByName(m_sModuleCFG) ) in insertKeyToConfiguration()
1551 if ( !xContainer->hasByName(sKey) ) in insertKeyToConfiguration()
1561 if ( !xCommand->hasByName(sLocale) ) in insertKeyToConfiguration()
1584 if ( !xModules->hasByName(m_sModuleCFG) ) in removeKeyFromConfiguration()
1606 if ( !xModules->hasByName(sModule) ) in reloadChanged()
1640 if (xContainer->hasByName(sKey)) in reloadChanged()
/aoo42x/main/scripting/source/dlgprov/
H A DDialogModelProvider.cxx125 ::sal_Bool SAL_CALL DialogModelProvider::hasByName(const ::rtl::OUString & aName) throw (css::uno::… in hasByName() function in dlgprov::DialogModelProvider
127 return m_xDialogModel->hasByName(aName); in hasByName()
/aoo42x/main/comphelper/source/container/
H A Dnamecontainer.cxx68 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
181 sal_Bool SAL_CALL NameContainer::hasByName( const ::rtl::OUString& aName ) in hasByName() function in NameContainer
/aoo42x/main/dbaccess/source/core/api/
H A DTableDeco.cxx694 if ( xNames.is() && xNames->hasByName(_rName) ) in createColumn()
699 if ( m_xColumnDefinitions.is() && m_xColumnDefinitions->hasByName(_rName)) in createColumn()
718 if ( xDrop.is() && m_xColumnDefinitions->hasByName(_sName) ) in columnDropped()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx269 if ( xTables->hasByName(sTableName) ) in deleteTables()
279 if ( xViews.is() && xViews->hasByName(sTableName) ) in deleteTables()
747 if ( xQueries->hasByName( sCommand ) ) in paste()
/aoo42x/main/linguistic/source/
H A Dconvdiclist.cxx125 …virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (::com::sun::star::uno::…
253 sal_Bool SAL_CALL ConvDicNameContainer::hasByName( const OUString& rName ) in hasByName() function in ConvDicNameContainer
503 if (GetNameContainer().hasByName( rName )) in addNewDictionary()
/aoo42x/main/scripting/source/provider/
H A DMasterScriptProvider.cxx705 MasterScriptProvider::hasByName( const ::rtl::OUString& aName ) throw (RuntimeException) in hasByName() function in func_provider::MasterScriptProvider
720 result = xCont->hasByName( aName ); in hasByName()
759 result = xCont->hasByName( aName ); in hasByName()
/aoo42x/main/sc/inc/
H A Dlinkuno.hxx188 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
463 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
552 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
601 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
/aoo42x/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx137 if( xPageStyles->hasByName( sDisplayName ) ) in XMLTextMasterPageContext()
276 !xPageStyles->hasByName( sDisplayFollow ) ) in Finish()
/aoo42x/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx72 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (RuntimeException);
259 sal_Bool SAL_CALL NamespaceMap::hasByName( const ::rtl::OUString& aName ) throw (RuntimeException) in hasByName() function in NamespaceMap
/aoo42x/main/extensions/source/abpilot/
H A Dfieldmappingimpl.cxx226 if ( aDriverFieldAliasing.hasByName( sDriverProgrammatic ) ) in defaultMapping()
306 DBG_ASSERT( !aFields.hasByName( aNewMapping->first ), in writeTemplateAddressFieldMapping()
/aoo42x/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java118 public boolean hasByName( String aName ) in hasByName() method in Parcel
193 if ( hasByName( aName ) ) in insertByName()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx127 if ( xNameCont->hasByName(sFormComponent) ) in inspect()
130 if ( xNameCont->hasByName(sRowSet) ) in inspect()
/aoo42x/main/qadevOOo/tests/java/mod/_fwk/
H A DJobExecutor.java152 configured = jobs.hasByName("TestJob") && events.hasByName("TestEvent"); in initialize()
/aoo42x/main/sw/source/core/unocore/
H A Dunocoll.cxx699 sal_Bool SwXTextTables::hasByName(const OUString& rName) in hasByName() function in SwXTextTables
1026 sal_Bool SwXFrames::hasByName(const OUString& rName) throw( uno::RuntimeException ) in hasByName() function in SwXFrames
1315 sal_Bool SwXTextSections::hasByName(const OUString& Name) in hasByName() function in SwXTextSections
1453 sal_Bool SwXBookmarks::hasByName(const OUString& rName) in hasByName() function in SwXBookmarks
1734 sal_Bool SwXReferenceMarks::hasByName(const OUString& rName) throw( uno::RuntimeException ) in hasByName() function in SwXReferenceMarks
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.cxx373 TVRead::hasByName( const rtl::OUString& aName ) in hasByName() function in TVRead
416 return hasByName( name ); in hasByHierarchicalName()
587 TVChildTarget::hasByName( const rtl::OUString& aName ) in hasByName() function in TVChildTarget
643 return hasByName( name ); in hasByHierarchicalName()

Completed in 268 milliseconds

12345678910>>...27