| /aoo42x/main/tools/source/fsys/ | 
| H A D | dirent.cxx | 505         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 D | tempfile.cxx | 47     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 …] 
 | 
| /aoo42x/main/desktop/source/migration/ | 
| H A D | cfgfilter.cxx | 78     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 …] 
 | 
| /aoo42x/main/sd/source/core/ | 
| H A D | stlpool.cxx | 137 	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 …] 
 | 
| /aoo42x/main/tools/inc/tools/ | 
| H A D | debug.hxx | 405 #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 …] 
 | 
| /aoo42x/main/unotools/source/ucbhelper/ | 
| H A D | tempfile.cxx | 57     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 …] 
 | 
| /aoo42x/main/basic/source/runtime/ | 
| H A D | step2.cxx | 85 			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 …] 
 | 
| /aoo42x/main/xmlsecurity/source/helper/ | 
| H A D | xsecparser.cxx | 91 	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 …] 
 | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | unchss.cxx | 70 	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 …] 
 | 
| /aoo42x/main/svx/source/unodraw/ | 
| H A D | unomtabl.cxx | 170 	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 D | UnoNameItemTable.cxx | 105 	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 D | XPropertyTable.cxx | 128 	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 …] 
 | 
| /aoo42x/main/basic/source/basmgr/ | 
| H A D | basmgr.cxx | 274 	::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 …] 
 | 
| /aoo42x/main/comphelper/source/property/ | 
| H A D | propertysetinfo.cxx | 45 	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 …] 
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | tabvwshf.cxx | 85 				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 …] 
 | 
| /aoo42x/main/xmloff/source/core/ | 
| H A D | unoatrcn.cxx | 81 	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 …] 
 | 
| /aoo42x/main/framework/source/fwe/xml/ | 
| H A D | menudocumenthandler.cxx | 300 		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 D | xmlnamespaces.cxx | 54 	::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 …] 
 | 
| /aoo42x/main/unotools/source/property/ | 
| H A D | propertysetinfo.cxx | 46 	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 …] 
 | 
| /aoo42x/main/sfx2/source/appl/ | 
| H A D | appuno.cxx | 264         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 …] 
 | 
| /aoo42x/main/framework/source/layoutmanager/ | 
| H A D | layoutmanager.cxx | 467     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 …] 
 | 
| /aoo42x/main/framework/source/uifactory/ | 
| H A D | uielementfactorymanager.cxx | 79     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 …] 
 | 
| /aoo42x/main/basctl/source/basicide/ | 
| H A D | bastype3.cxx | 216 			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 …] 
 | 
| /aoo42x/main/sot/source/unoolestorage/ | 
| H A D | xolesimplestorage.cxx | 132 	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 …] 
 | 
| /aoo42x/main/basic/source/comp/ | 
| H A D | symtbl.cxx | 183 			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 …] 
 |