Home
last modified time | relevance | path

Searched refs:hasByName (Results 126 – 150 of 662) sorted by relevance

12345678910>>...27

/aoo42x/main/xmloff/source/draw/
H A Dximpshow.cxx250 if( !mpImpl->mxPages->hasByName( sPageName ) ) in CreateChildContext()
264 if( mpImpl->mxShows->hasByName( aName ) ) in CreateChildContext()
/aoo42x/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx273 if ( m_xLibContainer->hasByName( aName ) ) in startChildElement()
328 if ( m_xLibContainer.is() && m_xLibContainer->hasByName( m_aLibName ) ) in BasicEmbeddedLibraryElement()
382 if ( m_xLibContainer.is() && m_xLibContainer->hasByName( m_aLibName ) && m_bReadOnly ) in endElement()
H A Dxmlbas_export.cxx271 if ( xLibContainer->hasByName( aLibName ) ) in filter()
358 if ( xLib->hasByName( aModName ) ) in filter()
/aoo42x/main/svx/source/unodraw/
H A DXPropertyTable.cxx79 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw( uno::RuntimeException);
128 if( hasByName( aName ) ) in insertByName()
244 sal_Bool SAL_CALL SvxUnoXPropertyTable::hasByName( const OUString& aName ) in hasByName() function in SvxUnoXPropertyTable
/aoo42x/main/odk/examples/java/Inspector/
H A DIntrospector.java267 … if (!hasByName(xPropertyTypeDescriptions, _sServiceName + "." + aProperties[i].Name)){ in getProperties()
285 if (!hasByName(xInterfaceTypeDescriptions, aTypes[i].getTypeName())){ in getInterfaces()
466 static boolean hasByName(XTypeDescription[] _xTypeDescriptions, String _sTypeName){ in hasByName() method in Introspector
/aoo42x/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx99 while (xFormsNamedContainer->hasByName(sFormName)) in getForm()
239 if (! xFormCompsByName->hasByName(sTmp)) in insertControl()
/aoo42x/main/sc/inc/
H A Dtarguno.hxx95 …virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& aName) throw( ::com::sun::star::uno::…
188 …virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& aName) throw( ::com::sun::star::uno::…
H A Ddapiuno.hxx133 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
471 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
677 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
760 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
874 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
H A Ddptabsrc.hxx321 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
484 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
561 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
732 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
/aoo42x/main/sfx2/source/doc/
H A Ddocmacromode.cxx401 bHasMacros =( ( rxStorage->hasByName( s_sBasicStorageName ) in storageHasMacros()
404 || ( rxStorage->hasByName( s_sScriptsStorageName ) in storageHasMacros()
/aoo42x/main/embeddedobj/source/msole/
H A Dolepersist.cxx581 if ( xNameContainer->hasByName( aCacheName ) ) in InsertVisualCache_Impl()
617 if ( xNameContainer->hasByName( aStreamName ) ) in RemoveVisualCache_Impl()
692 bExists = xNameContainer->hasByName( aStreamName ); in HasVisReplInStream()
776 if ( xNameContainer->hasByName( aOrigContName ) ) in TryToRetrieveCachedVisualRepresentation_Impl()
1445 sal_Bool bElExists = xNameAccess->hasByName( sEntName ); in setPersistentEntry()
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx176 hasByName( const rtl::OUString & aName )
899 sal_Bool SAL_CALL HierarchyDataAccess::hasByName( const rtl::OUString & aName ) in hasByName() function in HierarchyDataAccess
907 return xOrig->hasByName( aName ); in hasByName()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx262 if ( xNameContainer->hasByName(sName) ) in IMPL_LINK()
337 if ( xNameAccess->hasByName(sSubFolder) ) in IMPL_LINK()
/aoo42x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx211 …OSL_ENSURE(!xCols->hasByName(aFieldLoop->sFieldName), "OIndexCollection::commitNewIndex: double co… in commitNewIndex()
243 …OSL_ENSURE(m_xIndexes->hasByName(_rPos->getOriginalName()), "OIndexCollection::drop: invalid name!… in dropNoRemove()
/aoo42x/main/comphelper/source/container/
H A DNamedPropertyValuesContainer.cxx70 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
176 sal_Bool SAL_CALL NamedPropertyValuesContainer::hasByName( const ::rtl::OUString& aName ) in hasByName() function in NamedPropertyValuesContainer
/aoo42x/main/filter/source/config/cache/
H A Dfiltercache.cxx1389 sal_Bool bExistsInConfigLayer = xSet->hasByName(sItem); in impl_specifyFlushOperation()
1769 if (xCheck->hasByName(pUINames[i].Name)) in impl_savePatchUINames()
1964 sal_Bool bItemInConfig = xSet->hasByName(sItem); in impl_loadItemOnDemand()
2367 if (xCfg->hasByName(TYPES_SET)) in impl_readOldFormat()
2378 if (xCfg->hasByName(FILTER_SET)) in impl_readOldFormat()
2530 return xCfg->hasByName(sModule); in impl_isModuleInstalled()
/aoo42x/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx112 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
214 sal_Bool SAL_CALL ConfigurationAccess_UICategory::hasByName( const ::rtl::OUString& rId ) in hasByName() function in framework::ConfigurationAccess_UICategory
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotTableObj.java246 if (DPT.hasByName("DataPilotTable")) { in createTestEnvironment()
330 if (DPT.hasByName("DataPilotTable2")) in createTable2()
/aoo42x/main/basctl/source/basicide/
H A Dbasidesh.cxx786 if ( xModLibContainer.is() && xModLibContainer->hasByName( aLibName ) ) in UpdateWindows()
803 if ( xModLibContainer.is() && xModLibContainer->hasByName( aLibName ) ) in UpdateWindows()
836 if ( xDlgLibContainer.is() && xDlgLibContainer->hasByName( aLibName ) ) in UpdateWindows()
H A Dbastypes.cxx576 …if ( ( xModLibContainer.is() && xModLibContainer->hasByName( aOULibName ) && xModLibContainer->isL… in Command()
577 …( xDlgLibContainer.is() && xDlgLibContainer->hasByName( aOULibName ) && xDlgLibContainer->isLibrar… in Command()
996 if ( xLibContainer.is() && xLibContainer->hasByName( aOULibName ) ) in QueryPassword()
/aoo42x/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx194 if (hasByName(aName)) in insertByName()
275 sal_Bool SAL_CALL ZipPackageFolder::hasByName( const ::rtl::OUString& aName ) in hasByName() function in ZipPackageFolder
284 if ( hasByName( aName ) ) in replaceByName()
/aoo42x/main/qadevOOo/runner/graphical/
H A DOpenOfficePostscriptCreator.java970 if (! aNameAccess.hasByName(_sFilterName)) in getInternalFilterName()
1048 if (! aNameAccess.hasByName(_sFilterName)) in getServiceNameFromFilterName()
1133 if (! aNameAccess.hasByName(_sInternalFilterName)) in getFileExtension()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx365 if (hasByName(rName)) in GetObjectByName_Impl()
425 if ( aNewName.getLength() && hasByName( aNewName ) ) in insertNewByName()
580 sal_Bool SAL_CALL ScDataPilotTablesObj::hasByName( const OUString& aName ) in hasByName() function in ScDataPilotTablesObj
1830 sal_Bool SAL_CALL ScDataPilotFieldsObj::hasByName( const OUString& aName ) in hasByName() function in ScDataPilotFieldsObj
2674 if (!xMembers->hasByName(aEntryName)) in createNameGroup()
2923 sal_Bool SAL_CALL ScDataPilotFieldGroupsObj::hasByName( const OUString& rName ) throw(RuntimeExcept… in hasByName() function in ScDataPilotFieldGroupsObj
3115 sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasByName( const OUString& rName ) throw(RuntimeExcepti… in hasByName() function in ScDataPilotFieldGroupObj
3323 sal_Bool SAL_CALL ScDataPilotItemsObj::hasByName( const OUString& aName ) in hasByName() function in ScDataPilotItemsObj
/aoo42x/main/xmloff/source/style/
H A Dstyleexp.cxx291 !xStyles->hasByName( aParentStyle ) ) in exportStyle()
439 if( xFamilies->hasByName( rFamily ) ) in exportStyleFamily()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx93 … virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& rName ) throw (uno::RuntimeException);
167 sal_Bool SAL_CALL SequenceToContainer::hasByName( const ::rtl::OUString& rName ) throw (uno::Runtim… in hasByName() function in vbahelper::__anon6c3b680f0111::SequenceToContainer

Completed in 303 milliseconds

12345678910>>...27