Home
last modified time | relevance | path

Searched refs:hasByName (Results 76 – 100 of 662) sorted by relevance

12345678910>>...27

/aoo42x/main/ucb/source/core/
H A Ducbstore.cxx417 if ( xRootNameAccess->hasByName( key ) ) in openPropertySet()
543 if ( !xRootNameAccess->hasByName( key ) ) in removePropertySet()
675 sal_Bool SAL_CALL PropertySetRegistry::hasByName( const OUString& aName ) in hasByName() function in PropertySetRegistry
684 return xNameAccess->hasByName( aName ); in hasByName()
734 if ( xRootNameAccess->hasByName( rOldKey ) ) in renamePropertySet()
737 if ( xRootNameAccess->hasByName( rNewKey ) ) in renamePropertySet()
/aoo42x/main/qadevOOo/tests/java/ifc/container/
H A D_XNameAccess.java78 loc_result = oObj.hasByName(name); in _hasByName()
86 loc_result = !oObj.hasByName(name); in _hasByName()
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.hxx182 hasByName( const rtl::OUString& aName )
226 hasByName( const rtl::OUString& aName )
277 hasByName( const rtl::OUString& aName )
/aoo42x/main/xmloff/source/text/
H A Dtxtstyli.cxx369 rNumStyles->hasByName( sDisplayListStyleName ) ) in Finish()
391 rTextStyles->hasByName( sDisplayDropCapTextStyleName ) && in Finish()
410 rPageStyles->hasByName( sDisplayName )) ) && in Finish()
/aoo42x/main/oox/source/ole/
H A Dvbaproject.cxx194 return mxBasicLib.is() && mxBasicLib->hasByName( rModuleName ); in hasModule()
204 return mxDialogLib.is() && mxDialogLib->hasByName( rDialogName ); in hasDialog()
238 … if( bCreateMissing && !xLibContainer->hasByName( CREATE_OUSTRING( "Standard" ) /*maPrjName*/ ) ) in openLibrary()
/aoo42x/main/filter/source/msfilter/
H A Dsvxmsbas.cxx128 if( !xLibContainer->hasByName(aLibName)) in ImportForms_Impl()
263 if( !xLibContainer->hasByName( aLibName ) ) in ImportCode_Impl()
480 if( xLib->hasByName( it->first ) ) in ImportCode_Impl()
H A Dmsvbahelper.cxx336 if ( xPrjNameCache->hasByName( sContainer ) ) in resolveVBAMacro()
384 if ( sCreatedFrom.getLength() && xPrjNameCache->hasByName( sCreatedFrom ) ) in resolveVBAMacro()
400 if ( xPrjNameCache->hasByName( sTemplateNames[ index ] ) ) in resolveVBAMacro()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx205 if ( !m_xColumns->hasByName(*pIter) ) in DlgFilterCrit()
430 if ( m_xColumns.is() && m_xColumns->hasByName( _rFieldName ) ) in getColumn()
448 if ( m_xColumns.is() && m_xColumns->hasByName( *pIter ) ) in getColumn()
470 if ( xColumns.is() && xColumns->hasByName( _rFieldName ) ) in getQueryColumn()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDCode.cxx72 if(xNameAccess->hasByName(sName)) in OFILEOperandAttr()
80 if(xNameAccess->hasByName(sName)) in OFILEOperandAttr()
/aoo42x/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java58 assertTrue("Has text frame named Frame1", xTextFrames.hasByName(expectedNames[0])); in testLoadTextFrame()
59 assertFalse("Has nonexisting text frame.", xTextFrames.hasByName("Nonexisting text frame")); in testLoadTextFrame()
H A DInsertFrame.java77 assertTrue("Has text frame named Frame1", xTextFrames_odt.hasByName("Frame1")); in testInsertFrame()
82 assertTrue("Has text frame named Frame1", xTextFrames_doc.hasByName("Frame1")); in testInsertFrame()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSpreadsheets.java73 result = oObj.hasByName(NewSheet); in _copyByName()
127 result = oObj.hasByName(NewSheet); in _insertNewByName()
/aoo42x/main/unotools/source/config/
H A Deventcfg.cxx318 sal_Bool SAL_CALL GlobalEventConfig_Impl::hasByName( const OUString& aName ) throw (RuntimeExceptio… in hasByName() function in GlobalEventConfig_Impl
407 sal_Bool SAL_CALL GlobalEventConfig::hasByName( const OUString& aName ) throw (RuntimeException) in hasByName() function in GlobalEventConfig
410 return m_pImpl->hasByName( aName ); in hasByName()
H A Dviewoptions.cxx424 bExists = m_xSet->hasByName(sName); in Exists()
587 if (xUserData->hasByName(pData[i].Name)) in SetUserData()
650 if (xUserData->hasByName(sItem)) in SetUserItem()
780 if (m_xSet.is() && m_xSet->hasByName(sNode) ) in impl_getSetNode()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableWindowData.cxx112 bool bIsKnownQuery = _bAllowQueries && xQueries->hasByName( m_sComposedName ); in init()
116 bool bIsKnownTable = xTables->hasByName( m_sComposedName ); in init()
/aoo42x/main/sot/qa/complex/olesimplestorage/
H A DTest01.java81 if (xOLESimpleStorage.hasByName (sSubStreamPrefix + i)) in test()
114 if ( xOLESimpleStorage.hasByName (sSubStreamPrefix + i) ) in test()
/aoo42x/main/forms/qa/integration/forms/
H A DFormComponent.java117 public boolean hasByName( String name ) in hasByName() method in FormComponent
120 return m_nameAccess.hasByName( name ); in hasByName()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java159 assertTrue("the table was created in the wrong database", !tables.hasByName("abc")); in checkSaveAs()
168 assertTrue("the newly created table has not been written", tables.hasByName("abc")); in checkSaveAs()
/aoo42x/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx163 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
360 sal_Bool SAL_CALL ConfigurationAccess_WindowState::hasByName( const ::rtl::OUString& rResourceURL ) in hasByName() function in framework::ConfigurationAccess_WindowState
463 if ( m_xConfigAccess->hasByName( rResourceURL ) ) in insertByName()
1047 if ( m_xConfigAccess.is() && m_xConfigAccess->hasByName( rResourceURL ) ) in impl_getWindowStateFromResourceURL()
1465 sal_Bool SAL_CALL WindowStateConfiguration::hasByName( const ::rtl::OUString& aName ) in hasByName() function in framework::WindowStateConfiguration
/aoo42x/main/xmloff/source/style/
H A Dprstylei.cxx358 if( xFamilies->hasByName( rName ) ) in CreateAndInsert()
461 if( sParent.getLength() && !xFamilies->hasByName( sParent ) ) in Finish()
499 if( !sFollow.getLength() || !xFamilies->hasByName( sFollow ) ) in Finish()
/aoo42x/main/basctl/source/basicide/
H A Dmacrodlg.cxx369 …if ( xModLibContainer.is() && xModLibContainer->hasByName( aOULibName ) && !xModLibContainer->isLi… in CreateMacro()
372 …if ( xDlgLibContainer.is() && xDlgLibContainer->hasByName( aOULibName ) && !xDlgLibContainer->isLi… in CreateMacro()
436 …if ( ( xModLibContainer.is() && xModLibContainer->hasByName( aOULibName ) && xModLibContainer->isL… in CheckButtons()
437 …( xDlgLibContainer.is() && xDlgLibContainer->hasByName( aOULibName ) && xDlgLibContainer->isLibrar… in CheckButtons()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx120 if ( !hasByName( aName ) ) in getByName()
130 …virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (css::uno::RuntimeExce… in hasByName() function in ControlArrayWrapper
281 while( xDialogContainer->hasByName( aNewName ) && (nInd < SAL_MAX_INT32) ) in Add()
/aoo42x/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx81 if ( xRoot->hasByName( sObjReplacements ) ) in GetDoc()
327 if ( !xAccess->hasByName( aStreamName ) || !xRoot->isStreamElement( aStreamName ) ) in GetBlockText()
485 if ( xAccess.is() && xAccess->hasByName( sDocName ) && xBlkRoot->isStreamElement( sDocName ) ) in ReadInfo()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx98 if ( !hasByName(aName) ) in getByName()
116 virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName() function in SheetCollectionHelper
278 while (m_xNameAccess->hasByName(aStringName)) in Add()
/aoo42x/main/sw/source/core/unocore/
H A Dunoevent.cxx176 if (hasByName(nEvent)) in copyMacrosIntoINetFmt()
197 if (xReplace->hasByName(rName)) in copyMacrosFromNameReplace()

Completed in 813 milliseconds

12345678910>>...27