Home
last modified time | relevance | path

Searched refs:hasByName (Results 51 – 75 of 662) sorted by relevance

12345678910>>...27

/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java66 if (xAllTextSections.hasByName(SectionName)) in removeTextSectionbyName()
81 return xAllTextSections.hasByName(SectionName); in hasTextSectionByName()
251 if (xTextSectionsSupplier.getTextSections().hasByName(sectionName)) in insertTextSection()
H A DTextTableHandler.java91 if (xAllTextTables.hasByName(_sTableName)) in getByName()
188 if (xAllTextTables.hasByName(TableName)) in removeTextTablebyName()
204 if (xTextTableNames.hasByName(OldTableName)) in renameTextTable()
/aoo42x/main/oox/source/ppt/
H A Dslidepersist.cxx257 if ( aXNameAccess->hasByName( aFamily ) ) in applyTextStyles()
261 if ( xFamilies->hasByName( aStyle ) ) in applyTextStyles()
277 if ( xFamilies->hasByName( sOutlineStyle ) ) in applyTextStyles()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1370 sal_Bool bNew = _bSaveAs || !_xElements->hasByName( m_sName ); in askForNewName()
1449 || ( !xElements->hasByName( m_sName ) ); in doSaveAsDoc()
1455 if ( xElements->hasByName( m_sName ) ) in doSaveAsDoc()
1533 if ( xElements->hasByName( m_sName ) ) in doSaveAsDoc()
1539 …OSL_ENSURE( xElements->hasByName( m_sName ), "OQueryController::doSaveAsDoc: newly creaed view doe… in doSaveAsDoc()
1541 if ( xElements->hasByName( m_sName ) ) in doSaveAsDoc()
1674 … if( xQueries->hasByName( m_sName ) && ( xQueries->getByName( m_sName ) >>= xProp ) && xProp.is() ) in impl_reset()
/aoo42x/main/stoc/source/invocation/
H A Dinvocation.cxx204 virtual sal_Bool SAL_CALL hasByName( const OUString& Name ) throw( RuntimeException ) in hasByName() function in stoc_inv::Invocation_Impl
205 { return _xNameAccess->hasByName( Name ); } in hasByName()
528 return _xNameAccess->hasByName( Name ); in hasProperty()
548 if( _xNameAccess.is() && _xNameAccess->hasByName( PropertyName ) ) in getValue()
612 if (_xNameContainer->hasByName( PropertyName )) in setValue()
942 else if( _xNameAccess.is() && _xNameAccess->hasByName( aExactName ) ) in getInfoForName()
/aoo42x/main/sw/source/ui/uno/
H A Dunoatxt.cxx163 if ( pGlossaries && hasByName( GroupName ) ) // group name already known? in getByName()
194 sal_Bool SwXAutoTextContainer::hasByName(const OUString& Name) in hasByName() function in SwXAutoTextContainer
211 if(hasByName(aGroupName)) in insertNewByName()
370 if(aNewElementName != aElementName && hasByName(aNewElementName)) in renameByName()
442 if(hasByName(aName)) in insertNewByName()
689 sal_Bool SwXAutoTextGroup::hasByName(const OUString& rName) in hasByName() function in SwXAutoTextGroup
/aoo42x/main/sw/source/ui/envelp/
H A Dlabelexp.cxx105 if(_xAutoText->hasByName(sCurGroupName)) in InitFrameControl()
145 if( sEntry.Len() && xGroup->hasByName( uEntry ) ) in IMPL_LINK()
257 if( xFldMasters->hasByName( uFldName )) in UpdateFieldInformation()
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java223 if (xNamedForm.hasByName(ControlName)) in getValueofHiddenControl()
240 if (xNameAccess.hasByName(ControlName)) in insertHiddenControl()
261 return xNamedForms.hasByName(_FormName); in hasFormByName()
374 if (xNamedForms.hasByName(_sname)) in getFormByName()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbar.cxx63 if( xNameAccess->hasByName( m_sResourceUrl ) ) in getName()
91 if( xNameAccess->hasByName( m_sResourceUrl ) ) in getVisible()
145 if( xNameContainer->hasByName( m_sResourceUrl ) ) in Delete()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx232 if(m_xUsers->hasByName(m_UserName)) in FillUserNames()
286 if(m_xUsers->hasByName(sName)) in IMPL_LINK()
307 if(m_xUsers.is() && m_xUsers->hasByName(GetUser())) in IMPL_LINK()
/aoo42x/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx230 if ( !xRepository->hasByName( _rName ) ) in removeDataTypeFromRepository()
303 … if ( !xFromRepository->hasByName( _rDataTypeName ) || xToRepository->hasByName( _rDataTypeName ) ) in copyDataType()
/aoo42x/main/connectivity/source/parse/
H A Dsqliterator.cxx387 …sExist = m_pImpl->m_xQueryContainer.is() && m_pImpl->m_xQueryContainer->hasByName( sComposedName ); in impl_locateRecordSource()
390 if ( !bQueryDoesExist && !m_pImpl->m_xTableContainer->hasByName( sComposedName ) ) in impl_locateRecordSource()
392 bool bTableDoesExist = m_pImpl->m_xTableContainer->hasByName( sComposedName ); in impl_locateRecordSource()
822 if(xColumns->hasByName(aColName)) in getColumnTableRange()
1707 if(xColumns->hasByName(*pBegin) && (xColumns->getByName(*pBegin) >>= xColumn) && xColumn.is()) in appendColumns()
1762 if ( !xColumns->hasByName( rColumnName ) in setSelectColumnName()
1844 …if (aFind->second->getColumns()->hasByName(rColumnName) && (aFind->second->getColumns()->getByName… in setSelectColumnName()
2106 && aFind->second->getColumns()->hasByName(rColumnName) ) in findColumn()
2117 …if( xColumns.is() && xColumns->hasByName(rColumnName) && (xColumns->getByName(rColumnName) >>= xCo… in findColumn()
/aoo42x/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx381 if ( m_xConnectionTables->hasByName(Command) ) in setCommand()
410 if ( m_xConnectionQueries->hasByName(Command) ) in setCommand()
513 …lated() && m_aCurrentColumns[SelectColumns] && !m_aCurrentColumns[SelectColumns]->hasByName(aName)) in impl_getColumnName_throw()
523 if ( m_aCurrentColumns[SelectColumns]->hasByName(aName) ) in impl_getColumnName_throw()
893 if ( xQueryColumns.is() && xQueryColumns->hasByName(sColumnName) ) in getColumns()
1341 if(xColumnsSupp.is() && xColumnsSupp->getColumns()->hasByName(aColumnName)) in getTableAlias()
1358 if(!m_pTables->hasByName(aComposedName)) in getTableAlias()
1565 if ( i_xSelectColumns.is() && i_xSelectColumns->hasByName(sColumnName) ) in lcl_getCondition()
1632 if ( m_aCurrentColumns[SelectColumns] && m_aCurrentColumns[SelectColumns]->hasByName(aName) ) in setConditionByColumn()
/aoo42x/main/connectivity/source/commontools/
H A Dparameters.cxx282 if ( !_rxParentColumns->hasByName( *pMasterFields ) ) in classifyLinks()
301 if ( _rxColumns->hasByName( *pDetailFields ) ) in classifyLinks()
568 if ( !_rxParentColumns->hasByName( *pMasterFields ) ) in fillLinkedParameters()
892 if ( !xParentColumns->hasByName( *pMasterFields ) ) in resetParameterValues()
928 if ( xColumns->hasByName( sParamColumnRealName ) ) in resetParameterValues()
/aoo42x/main/forms/source/xforms/
H A Dmodel_ui.cxx91 if( mxDataTypes->hasByName( sTypeName ) ) in getDefaultServiceNameForNode()
538 && ! xModels->hasByName( sName ) ) in newModel()
559 && xModels->hasByName( sFrom ) in renameModel()
560 && ! xModels->hasByName( sTo ) ) in renameModel()
575 && xModels->hasByName( sName ) ) in removeModel()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XScenarios.java63 tRes.tested("addNewByName()",oObj.hasByName("XScenarios")); in _addNewByName()
79 tRes.tested("removeByName()",!oObj.hasByName("XScenarios")); in _removeByName()
H A D_XDatabaseRanges.java63 bResult &= oObj.hasByName(name); in _addNewByName()
99 bResult &= !oObj.hasByName(name); in _removeByName()
/aoo42x/main/qadevOOo/tests/java/ifc/table/
H A D_XTableCharts.java66 tRes.tested("addNewByName()", oObj.hasByName("XTableCharts") ); in _addNewByName()
83 tRes.tested("removeByName()", !oObj.hasByName("XTableCharts") ); in _removeByName()
/aoo42x/main/basic/source/basmgr/
H A Dbasmgr.cxx479 if( mxScriptCont.is() && mxScriptCont->hasByName( aLibName ) && in GetLib()
767 if( !xScriptCont->hasByName( aLibName ) ) in copyToLibraryContainer()
783 if( !xLib->hasByName( aModName ) ) in copyToLibraryContainer()
2085 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2143 sal_Bool ModuleContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName() function in ModuleContainer_Impl
2230 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2313 sal_Bool DialogContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName() function in DialogContainer_Impl
2387 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2472 sal_Bool LibraryContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName() function in LibraryContainer_Impl
/aoo42x/main/basctl/source/basicide/
H A Dbastype3.cxx73 if ( xModLibContainer.is() && xModLibContainer->hasByName( aOULibName ) ) in RequestingChilds()
87 if ( xModLibContainer.is() && xModLibContainer->hasByName( aOULibName ) ) in RequestingChilds()
101 if ( xDlgLibContainer.is() && xDlgLibContainer->hasByName( aOULibName ) ) in RequestingChilds()
/aoo42x/main/svx/source/unodraw/
H A Dunoctabl.cxx77 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw( uno::RuntimeException);
127 if( hasByName( aName ) ) in insertByName()
193 sal_Bool SAL_CALL SvxUnoColorTable::hasByName( const OUString& aName ) in hasByName() function in SvxUnoColorTable
/aoo42x/main/svx/source/table/
H A Dtabledesign.cxx103 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
152 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
342 sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException) in hasByName() function in sdr::table::TableDesignStyle
573 sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException) in hasByName() function in sdr::table::TableDesignFamily
/aoo42x/main/framework/source/uielement/
H A Duicommanddescription.cxx124 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
307 sal_Bool SAL_CALL ConfigurationAccess_UICommand::hasByName( const ::rtl::OUString& rCommandURL ) in hasByName() function in framework::ConfigurationAccess_UICommand
476 if ( m_xGenericUICommands.is() && m_xGenericUICommands->hasByName( rCommandURL ) ) in getInfoFromCommand()
771 sal_Bool SAL_CALL UICommandDescription::hasByName( const ::rtl::OUString& aName ) in hasByName() function in framework::UICommandDescription
/aoo42x/main/svtools/source/uno/
H A Dunoevent.cxx139 sal_Bool SvBaseEventDescriptor::hasByName( in hasByName() function in SvBaseEventDescriptor
540 sal_Bool SvDetachedEventDescriptor::hasByName( in hasByName() function in SvDetachedEventDescriptor
592 if (hasByName(nEvent)) in copyMacrosIntoTable()
/aoo42x/main/extensions/source/update/check/
H A Ddownload.cxx116 OSL_ASSERT(xNameAccess->hasByName(aName)); in getStringValue()
128 OSL_ASSERT(xNameAccess->hasByName(aName)); in getInt32Value()
220 OSL_ASSERT(xNameAccess->hasByName(UNISTRING("ooInetProxyType"))); in getProxyForURL()

Completed in 994 milliseconds

12345678910>>...27