Home
last modified time | relevance | path

Searched refs:aName (Results 1 – 25 of 1240) sorted by relevance

12345678910>>...50

/trunk/main/tools/source/fsys/
H A Ddirent.cxx505 aName = aStack.Top()->aName; in ImpParseOs2Name()
760 aName( rOrig.aName ) in DirEntry()
1290 if ( aName.GetChar(aName.Len()-1) == ':' ) in GetName()
1327 if ( aName.Len() && aName.GetChar(aName.Len()-1) == ':' ) in GetName()
1401 aName = pOldParent->aName; in CutName()
1482 if ( CMP_LOWER(pThis->aName) != CMP_LOWER(pWith->aName) ) in operator ==()
1514 aName = rEntry.aName; in operator =()
1681 aName.Erase( in SetExtension()
2373 aName = aStack.Top()->aName; in ImpParseUnixName()
2440 if ( !aName.IsValid() || aName.Level() != 1 ) in IsValidEntry_Impl()
[all …]
H A Dtempfile.cxx47 String aName; member
60 String aName = aRet; in GetSystemTempDir_Impl() local
61 if( aName.GetChar(aName.Len()-1) != '/' ) in GetSystemTempDir_Impl()
62 aName += '/'; in GetSystemTempDir_Impl()
63 return aName; in GetSystemTempDir_Impl()
69 String aName; in ConstructTempDir_Impl() local
88 if ( !aName.Len() ) in ConstructTempDir_Impl()
100 aName += '/'; in ConstructTempDir_Impl()
102 return aName; in ConstructTempDir_Impl()
170 aTmp = aName; in CreateTempName()
[all …]
/trunk/main/desktop/source/migration/
H A Dcfgfilter.cxx78 aPath += aName; in pushElement()
82 elem.name = aName; in pushElement()
103 aFullPath += aName; in checkElement()
185 if (checkElement(aName)) in overrideNode()
188 pushElement(aName); in overrideNode()
201 if (checkElement(aName)) in addOrReplaceNode()
204 pushElement(aName); in addOrReplaceNode()
218 if (checkElement(aName)) in addOrReplaceNodeFromTemplate()
221 pushElement(aName); in addOrReplaceNodeFromTemplate()
246 if (checkElement(aName)) in dropNode()
[all …]
/trunk/main/sd/source/core/
H A Dstlpool.cxx137 String aName(rLayoutName); in GetTitleSheet() local
153 String aName(rLayoutName); in CreateOutlineSheetList() local
159 String aFullName(aName); in CreateOutlineSheetList()
216 String aLevelName(aName); in CreateLayoutStyleSheets()
336 String aLevelName(aName); in CreateLayoutStyleSheets()
359 aName.Insert(aPrefix, 0); in CreateLayoutStyleSheets()
405 aName.Insert(aPrefix, 0); in CreateLayoutStyleSheets()
454 aName.Insert(aPrefix, 0); in CreateLayoutStyleSheets()
506 aName.Insert(aPrefix, 0); in CreateLayoutStyleSheets()
529 aName.Insert(aPrefix, 0); in CreateLayoutStyleSheets()
[all …]
/trunk/main/tools/inc/tools/
H A Ddebug.hxx405 #define DBG_FUNC( aName ) DbgName_##aName() argument
406 #define DBG_NAME( aName ) static DbgDataType aImpDbgData_##aName = { 0, #aName };… argument
407 … DbgDataType* DBG_FUNC( aName ) { return &aImpDbgData_##aName; }
408 #define DBG_NAMEEX_VISIBILITY( aName, vis ) vis DbgDataType* DBG_FUNC( aName ); argument
409 #define DBG_NAMEEX( aName ) DBG_NAMEEX_VISIBILITY( aName, ) argument
717 #define DBG_NAME( aName ) argument
718 #define DBG_NAMEEX( aName ) argument
721 #define DBG_PROFSTART( aName ) ((void)0) argument
722 #define DBG_PROFSTOP( aName ) ((void)0) argument
724 #define DBG_PROFPAUSE( aName ) ((void)0) argument
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx57 String aName; member
135 String aName; in ConstructTempDir_Impl() local
169 if ( !aName.Len() ) in ConstructTempDir_Impl()
183 ensuredir( aName ); in ConstructTempDir_Impl()
189 aName += '/'; in ConstructTempDir_Impl()
191 return aName; in ConstructTempDir_Impl()
200 String aName( rName ); in CreateTempName_Impl() local
208 String aTmp( aName ); in CreateTempName_Impl()
271 aName += rLeadingChars; in lcl_createName()
274 String aTmp( aName ); in lcl_createName()
[all …]
/trunk/main/basic/source/runtime/
H A Dstep2.cxx85 String sArg = aName.Copy( 1, aName.Len() - 2 ); in FindElement()
170 pElem->SetName( aName ); in FindElement()
204 Error( nNotFound, aName ); in FindElement()
216 pElem->SetName( aName ); in FindElement()
952 pObj->SetName( aName ); in StepCREATE()
1043 pClassObj->SetName( aName ); in StepDCREATE_IMPL()
1115 pCopyObj->SetName( aName ); in StepTCREATE()
1157 p->SetName( aName ); in StepLOCAL()
1222 pMod->AddVarName( aName ); in StepGLOBAL()
1271 pDummyVar->SetName( aName ); in StepFIND_G()
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx91 const rtl::OUString& aName, in startElement() argument
103 if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_SIGNATURE)) ) in startElement()
111 else if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_REFERENCE)) ) in startElement()
132 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_TRANSFORM))) in startElement()
168 else if (aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_DIGESTVALUE))) in startElement()
180 else if (aName == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(NSTAG_DC)) in startElement()
197 m_xNextHandler->startElement(aName, xAttribs); in startElement()
216 void SAL_CALL XSecParser::endElement( const rtl::OUString& aName ) in endElement() argument
225 else if ( aName == rtl::OUString(RTL_ASCII_USTRINGPARAM(TAG_REFERENCE)) ) in endElement()
262 else if (aName == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(NSTAG_DC)) in endElement()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dunchss.cxx70 String aName(pStyleSheet->GetName()); in StyleSheetUndoAction() local
74 sal_uInt16 nPos = aName.Search(aSep); in StyleSheetUndoAction()
76 aName.Erase(0, nPos + aSep.Len()); in StyleSheetUndoAction()
78 if (aName == String(SdResId(STR_LAYOUT_TITLE))) in StyleSheetUndoAction()
80 aName = String(SdResId(STR_PSEUDOSHEET_TITLE)); in StyleSheetUndoAction()
96 aName = String(SdResId(STR_PSEUDOSHEET_NOTES)); in StyleSheetUndoAction()
101 nPos = aName.Search(aOutlineStr); in StyleSheetUndoAction()
104 String aNumStr(aName.Copy(aOutlineStr.Len())); in StyleSheetUndoAction()
105 aName = String(SdResId(STR_LAYOUT_OUTLINE)); in StyleSheetUndoAction()
106 aName += aNumStr; in StyleSheetUndoAction()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx170 aEndMarker.SetName( String( aName ) ); in ImplInsertByName()
191 String aName; in insertByName() local
194 ImplInsertByName( aName, aElement ); in insertByName()
241 String aName; in replaceByName() local
248 const String aSearchName( aName ); in replaceByName()
301 ImplInsertByName( aName, aElement ); in replaceByName()
330 String aName; in getByName() local
339 const String aSearchName( aName ); in getByName()
360 OUString aName; in createNamesForPool() local
370 rNameSet.insert( aName ); in createNamesForPool()
[all …]
H A DUnoNameItemTable.cxx105 pNewItem->SetName( String( aName ) ); in ImplInsertByName()
120 String aName; in insertByName() local
123 ImplInsertByName( aName, aElement ); in insertByName()
172 String aName; in replaceByName() local
179 const String aSearchName( aName ); in replaceByName()
218 if( !hasByName( aName ) ) in replaceByName()
228 String aName; in getByName() local
235 const String aSearchName( aName ); in getByName()
297 String aName; in hasByName() local
300 if( aName.Len() == 0 ) in hasByName()
[all …]
H A DXPropertyTable.cxx128 if( hasByName( aName ) ) in insertByName()
313 const String aName( rName ); in getEntry() local
314 return new XColorEntry( aColor, aName ); in getEntry()
386 const String aName( rName ); in getEntry() local
468 const String aName( rName ); in getEntry() local
469 return new XDashEntry( aXDash, aName ); in getEntry()
545 const String aName( rName ); in getEntry() local
546 return new XHatchEntry( aXHatch, aName ); in getEntry()
634 const String aName( rName ); in getEntry() local
701 const String aName(rName); in getEntry() local
[all …]
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx274 ::rtl::OUString aName; in elementInserted()
322 ::rtl::OUString aName; in elementReplaced()
354 ::rtl::OUString aName; in elementRemoved()
629 String aName; in Create() local
2041 : maName( aName ) in LibraryInfo_Impl()
2156 removeByName( aName ); in replaceByName()
2331 removeByName( aName ); in replaceByName()
2340 (void)aName; in insertByName()
2447 aName, in getByName()
2483 removeByName( aName ); in replaceByName()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropertysetinfo.cxx45 void remove( const OUString& aName ) throw();
52 sal_Bool hasPropertyByName( const OUString& aName ) throw();
79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
91 maPropertyMap[aName] = pMap; in add()
100 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() argument
102 maPropertyMap.erase( aName ); in remove()
144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
147 throw UnknownPropertyException( aName, NULL ); in getPropertyByName()
156 return maPropertyMap.find( aName ) != maPropertyMap.end(); in hasPropertyByName()
189 mpMap->remove( aName ); in remove()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx85 String aName; in ExecuteTable() local
113 ShowTable( aName ); in ExecuteTable()
130 String aName; in ExecuteTable() local
138 if (!aName.Len()) in ExecuteTable()
155 String aName; in ExecuteTable() local
163 ShowTable( aName ); in ExecuteTable()
196 ShowTable( aName ); in ExecuteTable()
221 String aName; in ExecuteTable() local
390 String aName; in ExecuteTable() local
418 String aName; in ExecuteTable() local
[all …]
/trunk/main/xmloff/source/core/
H A Dunoatrcn.cxx81 sal_Int32 nPos = aName.indexOf( sal_Unicode(':') ); in getIndexByName()
86 if( mpContainer->GetAttrLName(nAttr) == aName && in getIndexByName()
93 const OUString aPrefix( aName.copy( 0L, nPos ) ); in getIndexByName()
94 const OUString aLName( aName.copy( nPos+1L ) ); in getIndexByName()
151 sal_uInt16 nAttr = getIndexByName(aName ); in getByName()
187 return getIndexByName(aName ) != USHRT_MAX; in hasByName()
196 sal_uInt16 nAttr = getIndexByName(aName ); in replaceByName()
206 const OUString aLName( aName.copy( nPos+1L )); in replaceByName()
239 sal_uInt16 nAttr = getIndexByName(aName ); in insertByName()
248 const OUString aPrefix( aName.copy( 0L, nPos )); in insertByName()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx300 m_xReader->startElement( aName, xAttrList ); in startElement()
327 m_xReader->endElement( aName ); in endElement()
419 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement()
482 void OReadMenuBarHandler::endElement( const ::rtl::OUString& aName ) in endElement() argument
501 m_xReader->endElement( aName ); in endElement()
544 m_xReader->startElement( aName, xAttrList ); in startElement()
587 m_xReader->endElement( aName ); in endElement()
654 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement()
656 if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ATTRIBUTE_ID ))) in startElement()
711 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement()
[all …]
H A Dxmlnamespaces.cxx54 ::rtl::OUString aNamespaceName( aName ); in addNamespace()
109 if (( index = aName.indexOf( ':' )) > 0 ) in applyNSToAttributeName()
111 if ( aName.getLength() > index+1 ) in applyNSToAttributeName()
115 aAttributeName += aName.copy( index+1 ); in applyNSToAttributeName()
126 return aName; in applyNSToAttributeName()
133 int index = aName.indexOf( ':' ); in applyNSToElementName()
135 ::rtl::OUString aElementName = aName; in applyNSToElementName()
148 return aName; in applyNSToElementName()
152 if ( aName.getLength() > index+1 ) in applyNSToElementName()
153 aElementName += aName.copy( index+1 ); in applyNSToElementName()
[all …]
/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx46 void remove( const OUString& aName ) throw();
53 sal_Bool hasPropertyByName( const OUString& aName ) throw();
76 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
88 maPropertyMap[aName] = pMap; in add()
97 void PropertyMapImpl::remove( const OUString& aName ) throw() in remove() argument
99 maPropertyMap.erase( aName ); in remove()
140 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
152 return maPropertyMap.find( aName ) != maPropertyMap.end(); in hasPropertyByName()
172 void PropertySetInfo::remove( const rtl::OUString& aName ) throw() in remove() argument
174 mpMap->remove( aName ); in remove()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx264 String aName = rProp.Name; in TransformParameters() local
389 String aName = rProp.Name; in TransformParameters() local
417 String aName = rProp.Name; in TransformParameters() local
500 rtl::OUString aName = rProp.Name; in TransformParameters() local
524 rtl::OUString aName = rProp.Name; in TransformParameters() local
1332 aName += '.'; in TransformItems()
1334 pValue[nActProp].Name = aName; in TransformItems()
1383 aName += '.'; in TransformItems()
2363 aName ); in RequestPackageReparation_Impl()
2432 aName ); in NotifyBrokenPackage_Impl()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx467 parseResourceURL( aName, aElementType, aElementName ); in implts_findElement()
485 parseResourceURL( aName, aElementType, aElementName ); in impl_findElement()
518 …if ( xPersistentWindowState->hasByName( aName ) && (xPersistentWindowState->getByName( aName ) >>=… in implts_readWindowStateData()
1546 implts_createStatusBar( aName ); in createElement()
1596 parseResourceURL( aName, aElementType, aElementName ); in destroyElement()
1608 ( m_aStatusBarElement.m_aName == aName )) in destroyElement()
1800 parseResourceURL( aName, aElementType, aElementName ); in showElement()
1859 ActivateToolPanel( m_xFrame, aName ); in showElement()
1882 parseResourceURL( aName, aElementType, aElementName ); in hideElement()
1959 parseResourceURL( aName, aElementType, aElementName ); in dockWindow()
[all …]
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx79 aKey.append( aName ); in getHashKeyFromStrings()
137 rtl::OUString aName = rName.copy( 0, nIndex+1 ); in getFactorySpecifierFromTypeNameModule() local
233 rtl::OUString aName; in elementInserted() local
244 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementInserted()
253 rtl::OUString aName; in elementRemoved() local
264 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementRemoved()
273 rtl::OUString aName; in elementReplaced() local
284 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementReplaced()
331 rtl::OUString aName; in readConfigurationData() local
342 aHashKey = getHashKeyFromStrings( aType, aName, aModule ); in readConfigurationData()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastype3.cxx216 String aName( GetEntryText( pLE ) ); in FindVariable() local
234 aName = aName.GetToken( 0, ' ', nIndex ); in FindVariable()
236 pVar = ((StarBASIC*)pVar)->FindModule( aName ); in FindVariable()
280 String aName; in GetEntryDescriptor() local
336 aName = GetEntryText( pLE ); in GetEntryDescriptor()
348 aName = GetEntryText( pLE ); in GetEntryDescriptor()
422 String aName( aDesc.GetName() ); in IsValidEntry() local
496 String aName( '[' ); in CreateMgrAndLibStr() local
497 aName += rMgrName; in CreateMgrAndLibStr()
499 aName += rLibName; in CreateMgrAndLibStr()
[all …]
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx132 if ( pStorage->IsContained( aName ) ) in InsertInputStreamToStorage_Impl()
162 pStorage->Remove( aName ); in InsertInputStreamToStorage_Impl()
177 if ( pStorage->IsContained( aName ) ) in InsertNameAccessToStorage_Impl()
206 pStorage->Remove( aName ); in InsertNameAccessToStorage_Impl()
390 if ( !m_pStorage->IsContained( aName ) ) in removeByName()
393 m_pStorage->Remove( aName ); in removeByName()
414 removeByName( aName ); in replaceByName()
418 insertByName( aName, aElement ); in replaceByName()
444 if ( !m_pStorage->IsContained( aName ) ) in getByName()
458 if ( m_pStorage->IsStorage( aName ) ) in getByName()
[all …]
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx183 String aName( pDef->aName ); in Add() local
187 aName += ':'; in Add()
188 aName += pDef->aName; in Add()
190 pDef->nId = rStrings.Add( aName ); in Add()
332 aName = pIn->rStrings.Find( nId ); in GetName()
333 return aName; in GetName()
342 sal_Unicode cu = aName.GetBuffer()[0]; in SetType()
426 aParams.AddSym( aName ); in SbiProcDef()
488 maPropName = aName; in setPropertyMode()
503 aCompleteProcName += aName; in setPropertyMode()
[all …]

Completed in 199 milliseconds

12345678910>>...50