Home
last modified time | relevance | path

Searched refs:aElementName (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx185 const OUString& aElementName, in writeLibraryElement() argument
209 aMod.aName = aElementName; in writeLibraryElement()
211 Any aElement = xLib->getByName( aElementName ); in writeLibraryElement()
215 if( xModInfo.is() && xModInfo->hasModuleInfo( aElementName ) ) in writeLibraryElement()
217 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement()
244 const OUString& aElementName, const OUString& aFile, in importLibraryElement() argument
362 … aModInfo.ModuleObject.set( mxCodeNameAccess->getByName( aElementName), uno::UNO_QUERY ); in importLibraryElement()
366 …TRACE("Failed to get document object for %s", rtl::OUStringToOString( aElementName, RTL_TEXTENCODI… in importLibraryElement()
374 if( xVBAModuleInfo->hasModuleInfo( aElementName ) ) in importLibraryElement()
375 xVBAModuleInfo->removeModuleInfo( aElementName ); in importLibraryElement()
[all …]
H A Dnamecont.cxx1403 OUString aElementName = pNames[ i ]; in implStoreLibrary() local
1405 OUString aStreamName = aElementName; in implStoreLibrary()
1409 if( !isLibraryElementValid( pLib->getByName( aElementName ) ) ) in implStoreLibrary()
1414 … aMessage.append( ::rtl::OUStringToOString( aElementName, osl_getThreadTextEncoding() ) ); in implStoreLibrary()
1446 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
1490 OUString aElementName = pNames[ i ]; in implStoreLibrary() local
1493 aElementInetObj.insertName( aElementName, sal_False, in implStoreLibrary()
1499 if( !isLibraryElementValid( pLib->getByName( aElementName ) ) ) in implStoreLibrary()
1504 … aMessage.append( ::rtl::OUStringToOString( aElementName, osl_getThreadTextEncoding() ) ); in implStoreLibrary()
1518 writeLibraryElement( xLib, aElementName, xOutput ); in implStoreLibrary()
[all …]
H A Ddlgcont.cxx187 const OUString& aElementName, in writeLibraryElement() argument
192 Any aElement = xLib->getByName( aElementName ); in writeLibraryElement()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx465 ::rtl::OUString aElementName; in implts_findElement()
467 parseResourceURL( aName, aElementType, aElementName ); in implts_findElement()
468 …if ( aElementType.equalsIgnoreAsciiCaseAscii( "menubar" ) && aElementName.equalsIgnoreAsciiCaseAsc… in implts_findElement()
470 …else if (( aElementType.equalsIgnoreAsciiCaseAscii( "statusbar" ) && aElementName.equalsIgnoreAsci… in implts_findElement()
472 …else if ( aElementType.equalsIgnoreAsciiCaseAscii( "progressbar" ) && aElementName.equalsIgnoreAsc… in implts_findElement()
483 ::rtl::OUString aElementName; in impl_findElement()
485 parseResourceURL( aName, aElementType, aElementName ); in impl_findElement()
486 …if (( aElementType.equalsIgnoreAsciiCaseAscii( "statusbar" ) && aElementName.equalsIgnoreAsciiCase… in impl_findElement()
488 …else if ( aElementType.equalsIgnoreAsciiCaseAscii( "progressbar" ) && aElementName.equalsIgnoreAsc… in impl_findElement()
1435 …< ui::XUIElement > LayoutManager::implts_createDockingWindow( const ::rtl::OUString& aElementName ) in implts_createDockingWindow() argument
[all …]
H A Dhelpers.cxx237 …eURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUString& aElementName ) in parseResourceURL() argument
247 aElementName = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in parseResourceURL()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DHopcroftMinimizer.java174 for (final QualifiedName aElementName : aElements) in Split()
176 final Collection<StateSet> aPartitions = Split(aSet, aT, aTMap, aElementName); in Split()
197 final QualifiedName aElementName) in Split() argument
205 final Transition aTransition = GetTransition(aState, aElementName); in Split()
243 final QualifiedName aElementName) in GetTransition() argument
247 if (aCandidate.GetElementName().compareTo(aElementName) == 0) in GetTransition()
355 final QualifiedName aElementName) in HasTransition() argument
358 if (aTransition.GetElementName().compareTo(aElementName) == 0) in HasTransition()
H A DDFACreator.java144 final QualifiedName aElementName = GetElementName(aEntry.getValue()); in ProcessTransitionFront() local
146 assert(aElementName != null); in ProcessTransitionFront()
150 aElementName, in ProcessTransitionFront()
228 final QualifiedName aElementName = aTransition.GetElementName(); in GetTransitionFront() local
229 if (aElementName != null) in GetTransitionFront()
230 sElementName = aElementName.GetDisplayName(); in GetTransitionFront()
H A DTransition.java36 final QualifiedName aElementName, in Transition() argument
41 maElementName = aElementName; in Transition()
H A DFiniteAutomatonContainer.java48 final QualifiedName aElementName, in AddAutomaton() argument
51 maComplexTypeNameToAutomatonMap.put(aElementName, aAutomaton); in AddAutomaton()
/trunk/main/framework/source/fwe/xml/
H A Dxmlnamespaces.cxx135 ::rtl::OUString aElementName = aName; in applyNSToElementName()
144 aElementName = aNamespace; in applyNSToElementName()
145 aElementName += ::rtl::OUString::createFromAscii( "^" ); in applyNSToElementName()
153 aElementName += aName.copy( index+1 ); in applyNSToElementName()
162 aElementName += aName; in applyNSToElementName()
164 return aElementName; in applyNSToElementName()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx430 const ::rtl::OUString& aElementName ) in isStreamElement()
436 return m_xWrappedStorage->isStreamElement( aElementName ); in isStreamElement()
442 const ::rtl::OUString& aElementName ) in isStorageElement()
448 return m_xWrappedStorage->isStorageElement( aElementName ); in isStorageElement()
453 void SAL_CALL Storage::removeElement( const ::rtl::OUString& aElementName ) in removeElement() argument
461 m_xWrappedStorage->removeElement( aElementName ); in removeElement()
482 const ::rtl::OUString& aElementName, in copyElementTo()
493 m_xWrappedStorage->copyElementTo( aElementName, xDest, aNewName ); in copyElementTo()
499 const ::rtl::OUString& aElementName, in moveElementTo()
510 m_xWrappedStorage->moveElementTo( aElementName, xDest, rNewName ); in moveElementTo()
H A Dtdoc_stgelems.hxx225 isStreamElement( const ::rtl::OUString& aElementName )
231 isStorageElement( const ::rtl::OUString& aElementName )
237 removeElement( const ::rtl::OUString& aElementName )
255 copyElementTo( const ::rtl::OUString& aElementName,
267 moveElementTo( const ::rtl::OUString& aElementName,
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx792 sal_Bool SAL_CALL FSStorage::isStreamElement( const ::rtl::OUString& aElementName ) in isStreamElement() argument
807 aURL.Append( aElementName ); in isStreamElement()
813 sal_Bool SAL_CALL FSStorage::isStorageElement( const ::rtl::OUString& aElementName ) in isStorageElement() argument
828 aURL.Append( aElementName ); in isStorageElement()
834 void SAL_CALL FSStorage::removeElement( const ::rtl::OUString& aElementName ) in removeElement() argument
851 aURL.Append( aElementName ); in removeElement()
861 void SAL_CALL FSStorage::renameElement( const ::rtl::OUString& aElementName, const ::rtl::OUString&… in renameElement() argument
879 aOldURL.Append( aElementName ); in renameElement()
941 void SAL_CALL FSStorage::copyElementTo( const ::rtl::OUString& aElementName, in copyElementTo() argument
964 aOwnURL.Append( aElementName ); in copyElementTo()
[all …]
H A Dfsstorage.hxx170 virtual sal_Bool SAL_CALL isStreamElement( const ::rtl::OUString& aElementName )
176 virtual sal_Bool SAL_CALL isStorageElement( const ::rtl::OUString& aElementName )
182 virtual void SAL_CALL removeElement( const ::rtl::OUString& aElementName )
199 virtual void SAL_CALL copyElementTo( const ::rtl::OUString& aElementName,
210 virtual void SAL_CALL moveElementTo( const ::rtl::OUString& aElementName,
/trunk/main/package/source/xstor/
H A Dxstorage.cxx3011 sal_Bool SAL_CALL OStorage::isStreamElement( const ::rtl::OUString& aElementName ) in isStreamElement() argument
3025 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in isStreamElement()
3029 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in isStreamElement()
3036 pElement = m_pImpl->FindElement( aElementName ); in isStreamElement()
3080 sal_Bool SAL_CALL OStorage::isStorageElement( const ::rtl::OUString& aElementName ) in isStorageElement() argument
3094 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in isStorageElement()
3098 && aElementName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in isStorageElement()
3105 pElement = m_pImpl->FindElement( aElementName ); in isStorageElement()
3149 void SAL_CALL OStorage::removeElement( const ::rtl::OUString& aElementName ) in removeElement() argument
3167 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in removeElement()
[all …]
H A Dxstorage.hxx439 virtual sal_Bool SAL_CALL isStreamElement( const ::rtl::OUString& aElementName )
445 virtual sal_Bool SAL_CALL isStorageElement( const ::rtl::OUString& aElementName )
451 virtual void SAL_CALL removeElement( const ::rtl::OUString& aElementName )
468 virtual void SAL_CALL copyElementTo( const ::rtl::OUString& aElementName,
479 virtual void SAL_CALL moveElementTo( const ::rtl::OUString& aElementName,
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DElement.java40 final QualifiedName aElementName, in Element() argument
44 super(aParent, aElementName, aLocation); in Element()
45 maElementName = aElementName; in Element()
/trunk/main/unoxml/source/dom/
H A Delement.cxx150 const OUString aElementName( (sal_Char*)xPrefix, in fastSaxify() local
155 …xt.mxCurrentHandler = xParentHandler->createUnknownChildContext( aNamespace, aElementName, xAttr ); in fastSaxify()
157 …entHandler = i_rContext.mxDocHandler->createUnknownChildContext( aNamespace, aElementName, xAttr ); in fastSaxify()
160 … i_rContext.mxCurrentHandler->startUnknownElement( aNamespace, aElementName, xAttr ); in fastSaxify()
192 const OUString aElementName( (sal_Char*)xPrefix, in fastSaxify() local
196 i_rContext.mxCurrentHandler->endUnknownElement( aNamespace, aElementName ); in fastSaxify()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx807 const OUString aElementName( pPrefix, nPrefixLen, RTL_TEXTENCODING_UTF8 ); in callbackStartElement() local
808 rEntity.maContextStack.top()->maElementName = aElementName; in callbackStartElement()
811 … xContext = xParentContext->createUnknownChildContext( aNamespace, aElementName, xAttr ); in callbackStartElement()
813 …xContext = rEntity.mxDocumentHandler->createUnknownChildContext( aNamespace, aElementName, xAttr ); in callbackStartElement()
818 xContext->startUnknownElement( aNamespace, aElementName, xAttr ); in callbackStartElement()
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx253 const OUString& aElementName, const Reference< XAttributeList > &xAttrList ) in startElement() argument
258 if ( aElementName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ELEMENT_ACCELERATORLIST ))) in startElement()
270 else if ( aElementName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ELEMENT_ACCELERATORITEM ))) in startElement()
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx54 const ::rtl::OUString& aElementName,
62 const ::rtl::OUString& aElementName,
H A Dscriptcont.hxx54 const ::rtl::OUString& aElementName,
62 const ::rtl::OUString& aElementName,
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx392 …OUString aElementName( TKGet( TK_Template ).concat( OUString::valueOf( static_cast< sal_Int32 >( k… in SaveConfiguration() local
395 xNameContainer->insertByName( aElementName, Any( xChild ) ); in SaveConfiguration()
397 OUString aPath( TKGet( TK_Settings_Templates_ ).concat( aElementName ) ); in SaveConfiguration()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx661 rtl::OUString aElementName = aElementNames[i]; in itemSelected() local
664 … if ( xPersistentWindowState->getByName( aElementName ) >>= aWindowState ) in itemSelected()
684 … xNameReplace->replaceByName( aElementName, makeAny( aWindowState )); in itemSelected()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx363 void SwXAutoTextGroup::renameByName(const OUString& aElementName, in renameByName() argument
370 if(aNewElementName != aElementName && hasByName(aNewElementName)) in renameByName()
375 sal_uInt16 nIdx = pGlosGroup->GetIndex( aElementName); in renameByName()

12