Home
last modified time | relevance | path

Searched refs:hasByName (Results 26 – 50 of 662) sorted by relevance

12345678910>>...27

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XNamedRanges.java117 bResult &= oObj.hasByName(name); in _addNewByName()
164 bResult &= oObj.hasByName("Column" + i); in _addNewFromTitles()
185 bResult &= oObj.hasByName("Row" + i); in _addNewFromTitles()
242 bResult &= oObj.hasByName(str); in _outputList()
/aoo42x/main/unotools/source/config/
H A Dconfignode.cxx311 if (m_xDirectAccess.is() && m_xDirectAccess->hasByName(sNormalized)) in openNode()
382 sal_Bool OConfigurationNode::hasByName(const ::rtl::OUString& _rName) const throw() in hasByName() function in utl::OConfigurationNode
389 return m_xDirectAccess->hasByName(sName); in hasByName()
409 if (m_xReplaceAccess->hasByName(sNormalizedName)) in setNodeValue()
467 if (m_xDirectAccess.is() && m_xDirectAccess->hasByName(sNormalizedPath) ) in getNodeValue()
/aoo42x/main/svx/source/unodraw/
H A DUnoNameItemTable.cxx117 if( hasByName( aApiName ) ) in insertByName()
162 if( !hasByName( Name ) ) in removeByName()
218 if( !hasByName( aName ) ) in replaceByName()
292 sal_Bool SAL_CALL SvxUnoNameItemTable::hasByName( const OUString& aApiName ) in hasByName() function in SvxUnoNameItemTable
H A Dunomtabl.cxx95 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw( uno::RuntimeException);
188 if( hasByName( aApiName ) ) in insertByName()
231 if( !hasByName( Name ) ) in removeByName()
401 sal_Bool SAL_CALL SvxUnoMarkerTable::hasByName( const OUString& aName ) in hasByName() function in SvxUnoMarkerTable
/aoo42x/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx282 return xAccess->hasByName(rName); in HasEmbeddedObject()
344 …OSL_ENSURE( aIt != pImpl->maObjectContainer.end() || xAccess->hasByName(rName), "Could not return … in GetEmbeddedObject()
455 OSL_ENSURE( !( xEmb.is() && ( !xLink.is() || !xLink->isLink() ) ) || xAccess->hasByName(rName), in AddEmbeddedObject()
519 …OSL_ENSURE( !xPersist.is() || !xAccess->hasByName(rName), "Inserting element already present in st… in StoreEmbeddedObject()
1043 …OSL_ENSURE( bIsNotEmbedded || xAccess->hasByName(aName), "Removing element not present in storage!… in RemoveEmbeddedObject()
1157 …OSL_ENSURE( bIsNotEmbedded || pImpl->mxStorage->hasByName( aName ), "The object has no persistence… in RemoveEmbeddedObject()
1159 if ( xPersist.is() && pImpl->mxStorage->hasByName( aName ) ) in RemoveEmbeddedObject()
1318 if ( xReplacement->hasByName( rObjectName ) ) in InsertGraphicStreamDirectly()
1487 if ( _xStorage->hasByName( aObjReplElement ) && _xStorage->isStorageElement( aObjReplElement ) ) in StoreAsChildren()
1607 …if ( !_bOasisFormat && pImpl->mxStorage->hasByName( aObjReplElement ) && pImpl->mxStorage->isStora… in StoreChildren()
/aoo42x/main/sw/source/ui/utlui/
H A Dswrenamexnameddlg.cxx134 aOk.Enable(sTmp.Len() && !xNameAccess->hasByName(sTmp) in IMPL_LINK()
135 && (!xSecondAccess.is() || !xSecondAccess->hasByName(sTmp)) in IMPL_LINK()
136 && (!xThirdAccess.is() || !xThirdAccess->hasByName(sTmp)) in IMPL_LINK()
/aoo42x/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java200 .hasByName("addNewDictionary"); in checkXConversionDictionaryList()
220 res &= xNC.hasByName("addNewDictionary"); in checkNameContainer()
224 res &= xNC.hasByName("insertByName"); in checkNameContainer()
226 res &= !(xNC.hasByName("insertByName")); in checkNameContainer()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DRecordTable.java57 …if ((xAllTextTables.hasByName(ReportTextDocument.TBLRECORDSECTION)) || (xAllTextTables.hasByName(R… in RecordTable()
60 if (xAllTextTables.hasByName(ReportTextDocument.COPYOFTBLRECORDSECTION)) in RecordTable()
/aoo42x/main/package/source/package/zippackage/
H A DZipPackageEntry.cxx66 if ( pParent && msName.getLength() && pParent->hasByName ( msName ) ) in setName()
90 if ( bInsert && msName.getLength() && !pNewParent->hasByName ( msName ) ) in doSetParent()
106 if ( pParent && msName.getLength() && pParent->hasByName ( msName ) && mbAllowRemoveOnInsert ) in setParent()
/aoo42x/main/sw/source/ui/fldui/
H A Dxfldui.cxx91 DBG_ASSERT(xTbls->hasByName(rTblQryName), "table not available anymore?"); in IsDBNumeric()
108 DBG_ASSERT(xQueries->hasByName(rTblQryName), "table not available anymore?"); in IsDBNumeric()
131 if(xCols.is() && xCols->hasByName(rFldName)) in IsDBNumeric()
/aoo42x/main/odk/examples/java/Storage/
H A DTest03.java171 … || !( xRootNameAccess.hasByName( "SubStream1" ) && xRootNameAccess.hasByName( "SubStorage1" ) ) ) in test()
192 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/aoo42x/main/extensions/source/bibliography/
H A Dbibload.cxx133 virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& aName) throw ( RuntimeException );
465 if (xColumns.is() && xColumns->hasByName(sIdentifierColumnName)) in GetIdentifierColumn()
506 if (xColumns->hasByName(uColumnName)) in lcl_AddProperty()
533 if (xColumns->hasByName(sId)) in getByName()
607 sal_Bool BibliographyLoader::hasByName(const rtl::OUString& rName) throw ( RuntimeException ) in hasByName() function in BibliographyLoader
/aoo42x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx287 if (!sElementName.getLength() || hasByName(sElementName)) in elementInserted()
304 if ( !sAccessor.getLength() || !hasByName(sAccessor) ) in elementRemoved()
322 if (!sAccessor.getLength() || !hasByName(sAccessor)) in elementReplaced()
434 bRet = m_xCommandDefinitions->hasByName(_rName); in checkExistence()
H A Dtable.cxx122 if ( m_xDriverColumns.is() && m_xDriverColumns->hasByName(_rName) ) in IMPLEMENT_FORWARD_REFCOUNT()
133 if ( m_xColumnDefinitions.is() && m_xColumnDefinitions->hasByName(_rName) ) in IMPLEMENT_FORWARD_REFCOUNT()
150 if ( xDrop.is() && m_xColumnDefinitions->hasByName(_sName) ) in columnDropped()
346 if ( !m_pColumns->hasByName(_rName) ) in alterColumnByName()
/aoo42x/main/package/qa/ofopxmlstorages/
H A DTest03.java192 … || !( xRootNameAccess.hasByName( "SubStream1" ) && xRootNameAccess.hasByName( "SubStorage1" ) ) ) in test()
216 if ( !xChildAccess.hasByName( "SubStream2" ) in test()
/aoo42x/main/sc/source/filter/xml/
H A DXMLCodeNameProvider.cxx71 ::sal_Bool SAL_CALL XMLCodeNameProvider::hasByName( const OUString& aName ) in hasByName() function in XMLCodeNameProvider
181 if( xNameAccess->hasByName( sDocName ) ) in set()
193 xNameAccess->hasByName( sSheetName ) ) in set()
/aoo42x/main/oox/source/helper/
H A Dcontainerhelper.cxx155 while( rxNameAccess->hasByName( aNewName ) ) in getUnusedName()
168 if( bReplaceOldExisting && rxNameContainer->hasByName( rName ) ) in insertByName()
193 if( bRenameOldExisting && rxNameContainer->hasByName( rSuggestedName ) ) in insertByUnusedName()
/aoo42x/main/sw/inc/
H A Dunocoll.hxx297 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
339 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
434 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
466 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
557 …virtual sal_Bool SAL_CALL hasByName(const rtl::OUString& Name) throw( ::com::sun::star::uno::Runti…
/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx355 while( mxFilterContainer->hasByName( aFilterName ) ) in createUniqueFilterName()
376 while( mxFilterContainer->hasByName( aTypeName ) ) in createUniqueTypeName()
590 if( mxFilterContainer->hasByName( pFilterEntry->maFilterName ) ) in insertOrEdit()
653 if( mxTypeDetection->hasByName( pFilterEntry->maType ) ) in insertOrEdit()
735 if( mxExtendedTypeDetection->hasByName( sFilterDetectService ) ) in insertOrEdit()
833 if( mxFilterContainer->hasByName( pInfo->maFilterName ) ) in onDelete()
874 if( mxTypeDetection->hasByName( pInfo->maType ) ) in onDelete()
/aoo42x/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx163 if ( xNameContainer.is() && m_xSettings->hasByName( sElementName ) ) in elementRemoved()
189 if ( xNameContainer.is() && m_xSettings->hasByName( sElementName ) ) in elementReplaced()
218 if ( m_xSettings.is() && m_xSettings->hasByName( _rName ) ) in impl_initSettings_nothrow()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbtree.cxx356 if(!pImpl->GetContext()->hasByName(sSourceName)) in RequestingChilds()
367 DBG_ASSERT(xTbls->hasByName(sTableName), "table not available anymore?"); in RequestingChilds()
385 DBG_ASSERT(xQueries->hasByName(sTableName), "table not available anymore?"); in RequestingChilds()
423 if(!pImpl->GetContext()->hasByName(sSourceName)) in RequestingChilds()
/aoo42x/main/svtools/inc/svtools/
H A Dunoevent.hxx119 virtual sal_Bool SAL_CALL hasByName(
303 using SvBaseEventDescriptor::hasByName;
304 virtual sal_Bool hasByName(
/aoo42x/main/unotools/inc/unotools/
H A Dconfignode.hxx207 sal_Bool hasByName(const ::rtl::OUString& _rName) const throw();
208 …sal_Bool hasByName( const sal_Char* _pAsciiName ) const { return hasByName( ::rtl::OUString::creat… in hasByName() function in utl::OConfigurationNode
/aoo42x/main/sc/source/ui/unoobj/
H A Dtarguno.cxx131 sal_Bool SAL_CALL ScLinkTargetTypesObj::hasByName(const rtl::OUString& aName) throw( uno::RuntimeEx… in hasByName() function in ScLinkTargetTypesObj
296 sal_Bool SAL_CALL ScLinkTargetsObj::hasByName(const rtl::OUString& aName) throw( uno::RuntimeExcept… in hasByName() function in ScLinkTargetsObj
298 return xCollection->hasByName(aName); in hasByName()
/aoo42x/main/basic/source/uno/
H A Dnamecont.cxx130 sal_Bool NameContainer::hasByName( const OUString& aName ) in hasByName() function in basic::NameContainer
878 if( nPass == 1 && hasByName( aLibName ) ) in init_Impl()
1127 if( hasByName( aLibName ) ) in init_Impl()
1260 if( hasByName( aLibName ) ) in implScanExtensions()
1849 if ( i_rStorage->hasByName( sTargetLibrariesStoreName ) ) in storeLibraries_Impl()
1864 if ( mxStorage->hasByName( maLibrariesDir ) ) in storeLibraries_Impl()
2169 return maNameContainer.hasByName( aName ) ; in hasByName()
2428 if( pImplLib->hasByName( aElementName ) ) in loadLibrary()
2502 if( maNameContainer.hasByName( NewName ) ) in renameLibrary()
3059 sal_Bool SfxLibrary::hasByName( const OUString& aName ) in hasByName() function in basic::SfxLibrary
[all …]

Completed in 281 milliseconds

12345678910>>...27