| /aoo42x/main/svl/source/svdde/ | 
| H A D | ddesvr.cxx | 514 	delete pName;  in ~DdeService()536 	return *pName;  in GetName()
 563 		if ( !DdeCmpStringHandles (*t->pName, *rTopic.pName ) )  in RemoveTopic()
 632 	delete pName;  in ~DdeTopic()
 639 	return *pName;  in GetName()
 684 		if ( !DdeCmpStringHandles (*s->pName, *r.pName ) )  in RemoveItem()
 708 				DdePostAdvise( pInst->hDdeInstSvr, *pName, *pItem->pName );  in NotifyClient()
 821 	pName = new DdeString( pInst->hDdeInstSvr, *r.pName );  in DdeItem()
 833 	delete pName;  in ~DdeItem()
 841 	return *pName;  in GetName()
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/view/ | 
| H A D | drviews9.cxx | 367 					SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False);  in AttrExec()386 						if (pEntry->GetName () == pName->GetValue ())  in AttrExec()
 427 					SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False);  in AttrExec()
 446 						if (pEntry->GetName () == pName->GetValue ())  in AttrExec()
 481 					SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False);  in AttrExec()
 503 							if (aDashList->GetDash (i)->GetName () == pName->GetValue ())  in AttrExec()
 557 							if (pEntry->GetName () == pName->GetValue ())  in AttrExec()
 623 							if (pEntry->GetName () == pName->GetValue ())  in AttrExec()
 643 							aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ()));  in AttrExec()
 674 						if (pEntry->GetName () == pName->GetValue ())  in AttrExec()
 [all …]
 
 | 
| /aoo42x/main/idl/source/objects/ | 
| H A D | bastype.cxx | 44     if( pTok->Is( pName ) )  in ReadRangeSvIdl()188     if( pTok->Is( pName ) )  in ReadSvIdl()
 223         rOutStm << pName->GetName().GetBuffer();  in WriteSvIdl()
 225         rOutStm << pName->GetName().GetBuffer() << "(FALSE)";  in WriteSvIdl()
 239         return pName->GetName();  in GetSvIdlString()
 242         ByteString aTmp( pName->GetName() );  in GetSvIdlString()
 262     if( pTok->Is( pName ) )  in ReadSvIdl()
 295     rOutStm << pName->GetName().GetBuffer() << '(';  in WriteSvIdl()
 325     if( SvIdentifier::ReadSvIdl( pName, rInStm ) )  in ReadSvIdl()
 420     if( pTok->Is( pName ) )  in ReadSvIdl()
 [all …]
 
 | 
| /aoo42x/main/vcl/unx/generic/app/ | 
| H A D | i18n_wrp.cxx | 69 	char *pName, *pValue;  in XvaCountArgs()  local71 	while ( (pName = pInArgs->name) != NULL )  in XvaCountArgs()
 75 		if ( strcmp(pName, XNVaNestedList) == 0 )  in XvaCountArgs()
 93 	char *pName, *pValue;  in XvaCountArgs()  local
 99 		if ( strcmp(pName, XNVaNestedList) == 0 )  in XvaCountArgs()
 115 	char *pName, *pValue;  in XvaGetArgs()  local
 117 	while ( (pName = pInArgs->name) != NULL )  in XvaGetArgs()
 121 		if ( strcmp(pName, XNVaNestedList) == 0 )  in XvaGetArgs()
 127 			pOutArgs->name  = pName;  in XvaGetArgs()
 140 	char *pName, *pValue;  in XvaGetArgs()  local
 [all …]
 
 | 
| /aoo42x/main/sal/textenc/ | 
| H A D | tencinfo.c | 54     while ( *pName )  in Impl_toAsciiLower()57         if ( (*pName >= 0x41) && (*pName <= 0x5A) )  in Impl_toAsciiLower()
 58             *pBuf = (*pName)+0x20;  /* toAsciiLower */  in Impl_toAsciiLower()
 60             *pBuf = *pName;  in Impl_toAsciiLower()
 63         pName++;  in Impl_toAsciiLower()
 73     while ( *pName )  in Impl_toAsciiLowerAndRemoveNonAlphanumeric()
 76         if ( (*pName >= 0x41) && (*pName <= 0x5A) )  in Impl_toAsciiLowerAndRemoveNonAlphanumeric()
 82         else if ( ((*pName >= 0x61) && (*pName <= 0x7A)) ||  in Impl_toAsciiLowerAndRemoveNonAlphanumeric()
 83                   ((*pName >= 0x30) && (*pName <= 0x39)) )  in Impl_toAsciiLowerAndRemoveNonAlphanumeric()
 85             *pBuf = *pName;  in Impl_toAsciiLowerAndRemoveNonAlphanumeric()
 [all …]
 
 | 
| /aoo42x/main/qadevOOo/tests/java/ifc/beans/ | 
| H A D | _XPropertyState.java | 62         private String pName = null ;  field in _XPropertyState101                     pName = properties[i].Name;  in before()
 107                     pName = properties[i].Name;  in before()
 108                     log.println("Property '" + pName +  in before()
 125             String localName = pName;  in _getPropertyDefault()
 153             String localName = pName;  in _getPropertyState()
 181             String localName = pName;  in _getPropertyStates()
 222             if (pName == null) {  in _setPropertyToDefault()
 231                     oObj.setPropertyToDefault(pName);  in _setPropertyToDefault()
 242                     Object actualVal = oPS.getPropertyValue(pName) ;  in _setPropertyToDefault()
 [all …]
 
 | 
| H A D | _XTolerantMultiPropertySet.java | 239             String pName = props[i].Name;  in getDirectProperties()  local242                 PropertyState state = pState.getPropertyState(pName);  in getDirectProperties()
 245                     if (isUsable(pName)) direct.add(pName);  in getDirectProperties()
 248                 log.println("Property '" + pName + "'");  in getDirectProperties()
 279             String pName = properties[i].Name;  in getProperties()  local
 280             if (isUsable(pName)) names.add(pName);  in getProperties()
 
 | 
| /aoo42x/main/package/source/package/manifest/ | 
| H A D | ManifestImport.cxx | 45 	const char* pName;  in getMnfstPropName()  local48 		case PKG_MNFST_MEDIATYPE:	pName = "MediaType"; break;  in getMnfstPropName()
 49 		case PKG_MNFST_VERSION:		pName = "Version"; break;  in getMnfstPropName()
 50 		case PKG_MNFST_FULLPATH:	pName = "FullPath"; break;  in getMnfstPropName()
 52 		case PKG_MNFST_SALT:		pName = "Salt"; break;  in getMnfstPropName()
 53 		case PKG_MNFST_ITERATION:	pName = "IterationCount"; break;  in getMnfstPropName()
 54 		case PKG_MNFST_UCOMPSIZE:	pName = "Size"; break;  in getMnfstPropName()
 55 		case PKG_MNFST_DIGEST:		pName = "Digest"; break;  in getMnfstPropName()
 58 		case PKG_MNFST_DIGESTALG:	pName = "DigestAlgorithm"; break;  in getMnfstPropName()
 60 		default: pName = NULL;  in getMnfstPropName()
 [all …]
 
 | 
| /aoo42x/main/sd/source/core/ | 
| H A D | stlpool.cxx | 689 	while (pName)  in CopyLayoutSheets()705 		delete pName;  in CopyLayoutSheets()
 706 		pName = (String*)pNameList->Next();  in CopyLayoutSheets()
 741 	String* pName = NULL;  in CreateLayoutSheetNames()  local
 745 		pName = new String(aName);  in CreateLayoutSheetNames()
 748 		pName->Insert(aPrefix, 0);  in CreateLayoutSheetNames()
 753 	pName->Insert(aPrefix, 0);  in CreateLayoutSheetNames()
 757 	pName->Insert(aPrefix, 0);  in CreateLayoutSheetNames()
 761 	pName->Insert(aPrefix, 0);  in CreateLayoutSheetNames()
 765 	pName->Insert(aPrefix, 0);  in CreateLayoutSheetNames()
 [all …]
 
 | 
| /aoo42x/main/store/source/ | 
| H A D | store.cxx | 296 	rtl_uString          *pName,  in store_openDirectory()  argument318 	OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8);  in store_openDirectory()
 406 	rtl_uString       *pName,  in store_openStream()  argument
 420 	if (!(pPath && pName && phStream))  in store_openStream()
 428 	OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8);  in store_openStream()
 561 	rtl_uString    *pName,  in store_attrib()  argument
 576 	if (!(pPath && pName))  in store_attrib()
 581 	OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8);  in store_attrib()
 738 	rtl_uString    *pName  in store_remove()  argument
 748 	if (!(pPath && pName))  in store_remove()
 [all …]
 
 | 
| /aoo42x/main/comphelper/source/property/ | 
| H A D | opropertybag.cxx | 445         const ::rtl::OUString* pName = aNames.getConstArray();  in getPropertyValues()  local450         for ( ; pName != pNamesEnd; ++pName, ++pValue, ++pPropertyValue )  in getPropertyValues()
 452             pPropertyValue->Name = *pName;  in getPropertyValues()
 453             pPropertyValue->Handle = rPropInfo.getHandleByName( *pName );  in getPropertyValues()
 496             for (   const ::rtl::OUString* pName = aNames.getConstArray();  in impl_setPropertyValues_throw()  local
 497                     pName != aNames.getConstArray() + aNames.getLength();  in impl_setPropertyValues_throw()
 498                     ++pName, ++pHandle, ++pProperty  in impl_setPropertyValues_throw()
 501                 *pHandle = rPropInfo.getHandleByName( *pName );  in impl_setPropertyValues_throw()
 510                     addProperty( *pName, nAttributes, pProperty->Value );  in impl_setPropertyValues_throw()
 513                     *pHandle = rPropInfo.getHandleByName( *pName );  in impl_setPropertyValues_throw()
 [all …]
 
 | 
| /aoo42x/main/sal/qa/rtl/uuid/ | 
| H A D | rtl_Uuid.cxx | 187     rtl_String *pName = 0;  in TEST_F()  local188     rtl_string_newFromStr( &pName , "this is a bla.blubs.DNS-Name" );  in TEST_F()
 189     rtl_createNamedUuid( pNamedUUID , NameSpace_DNS , pName );  in TEST_F()
 190     rtl_createNamedUuid( pNamedUUID2 , NameSpace_DNS , pName );  in TEST_F()
 196     rtl_string_newFromStr( &pName , "this is a bla.blubs.DNS-Namf" );  in TEST_F()
 197     rtl_createNamedUuid( pNamedUUID2 , NameSpace_DNS , pName );  in TEST_F()
 201     rtl_createNamedUuid( pNamedUUID , NameSpace_URL , pName );  in TEST_F()
 212     rtl_string_release( pName );  in TEST_F()
 
 | 
| /aoo42x/main/soltools/ldump/ | 
| H A D | ldump.cxx | 275 bool LibDump::PrintSym(char *pName, bool bName )  in PrintSym()  argument281     if ( Filter( pName ) )  in PrintSym()
 283         if ( strlen( pName ) > 3 )  in PrintSym()
 289 						fprintf( stdout, "\t%s\n", pName );  in PrintSym()
 295 					 pData = pBaseTab->Find( pName );  in PrintSym()
 310 						pData->cExportName = new char[ strlen( pName ) + 1 ];  in PrintSym()
 311 						strcpy( pData->cExportName, pName );  in PrintSym()
 329                 printf( "%s\n", pName );  in PrintSym()
 578 void LibDump::SetCExport( char* pName )  in SetCExport()  argument
 581 	cAPrefix = new char[ strlen( pName ) + 1 ];  in SetCExport()
 [all …]
 
 | 
| /aoo42x/main/sc/source/core/data/ | 
| H A D | patattr.cxx | 94 		pName		( NULL ),  in ScPatternAttr()103 		pName		( NULL ),  in ScPatternAttr()
 113 		pName = new String(*rPatternAttr.pName);  in ScPatternAttr()
 115 		pName = NULL;  in ScPatternAttr()
 120 	delete pName;  in ~ScPatternAttr()
 129 	pPattern->pName  = pName ? new String(*pName) : NULL;  in Clone()
 1162 	return pName ? pName : ( pStyle ? &pStyle->GetName() : NULL );  in GetStyleName()
 1180 		DELETEZ( pName );  in SetStyleSheet()
 1192 	if (pName)  in UpdateStyleSheet()
 1208 			DELETEZ( pName );  in UpdateStyleSheet()
 [all …]
 
 | 
| /aoo42x/main/tools/source/debug/ | 
| H A D | debug.cxx | 670     if ( !pName )  in DbgGetDbgFileName()671         pName = ".dbgsv.init";  in DbgGetDbgFileName()
 672     strncpy( pStr, pName, nMaxLen );  in DbgGetDbgFileName()
 675     if ( pName )  in DbgGetDbgFileName()
 676         strncpy( pStr, pName, nMaxLen );  in DbgGetDbgFileName()
 694     if ( !pName )  in DbgGetLogFileName()
 695         pName = "dbgsv.log";  in DbgGetLogFileName()
 696     strcpy( pStr, pName );  in DbgGetLogFileName()
 699     if ( pName )  in DbgGetLogFileName()
 700         strcpy( pStr, pName );  in DbgGetLogFileName()
 [all …]
 
 | 
| /aoo42x/main/idl/inc/ | 
| H A D | bastype.hxx | 156     sal_Bool        ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );157     sal_Bool        WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm );
 158     ByteString      GetSvIdlString( SvStringHashEntry * pName );
 175     sal_Bool        ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );
 176     sal_Bool        WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm,
 187     sal_Bool    ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );
 201     sal_Bool        ReadSvIdl( SvIdlDataBase &, SvStringHashEntry * pName,
 219     sal_Bool        ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );
 220     sal_Bool        WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm,
 
 | 
| /aoo42x/main/sc/source/filter/excel/ | 
| H A D | xiname.cxx | 239 …for( const XclImpName* pName = maNameList.First(); pName && !pLocalName; pName = maNameList.Next()…  in FindName()  local241         if( pName->GetXclName() == rXclName )  in FindName()
 243             if( pName->GetScTab() == nScTab )  in FindName()
 244                 pLocalName = pName;  in FindName()
 245             else if( pName->IsGlobal() )  in FindName()
 246                 pGlobalName = pName;  in FindName()
 
 | 
| /aoo42x/main/unoxml/source/dom/ | 
| H A D | processinginstruction.cxx | 83         char const*const pName(  in getTarget()85         if (0 == pName) {  in getTarget()
 88         OUString const ret(pName, strlen(pName), RTL_TEXTENCODING_UTF8);  in getTarget()
 121         sal_Char const*const pName =  in getNodeName()  local
 123         OUString const ret(pName, strlen(pName), RTL_TEXTENCODING_UTF8);  in getNodeName()
 
 | 
| /aoo42x/main/sax/source/fastparser/ | 
| H A D | fastparser.cxx | 330 		sal_Int32 nNameToken = GetToken( pName, nNameLen );  in GetTokenWithPrefix()393 		sal_Int32 nNameToken = GetToken( pName, nNameLen );  in GetTokenWithNamespaceURL()
 716 	const XML_Char *pName;  in callbackStartElement()  local
 732     		splitName( awAttributes[i], pPrefix, nPrefixLen, pName, nNameLen );  in callbackStartElement()
 737     				DefineNamespace( OString( pName, nNameLen ), awAttributes[i+1] );  in callbackStartElement()
 743                     aAttribs.back().maName = OString( pName, nNameLen );  in callbackStartElement()
 749     			if( (nNameLen == 5) && (strcmp( pName, "xmlns" ) == 0) )  in callbackStartElement()
 757                     aAttribs.back().maName = OString( pName, nNameLen );  in callbackStartElement()
 785     	splitName( pwName, pPrefix, nPrefixLen, pName, nNameLen );  in callbackStartElement()
 787     		nElementToken = GetTokenWithPrefix( pPrefix, nPrefixLen, pName, nNameLen );  in callbackStartElement()
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | sdpreslt.cxx | 92 	String* pName = (String*)mpLayoutNames->First();  in ~SdPresLayoutDlg()  local93 	while (pName)  in ~SdPresLayoutDlg()
 95 		delete pName;  in ~SdPresLayoutDlg()
 96 		pName = (String*)mpLayoutNames->Next();  in ~SdPresLayoutDlg()
 277 		String* pName = (String*)mpLayoutNames->First();  in IMPL_LINK()  local
 282 		while( pName && !bExists )  in IMPL_LINK()
 284 			if( aCompareStr == *pName )  in IMPL_LINK()
 291 			pName = (String*)mpLayoutNames->Next();  in IMPL_LINK()
 
 | 
| /aoo42x/main/starmath/source/ | 
| H A D | cfgitem.cxx | 474 		OUString &rName = pName[i];  in ReadSymbol()622         pVal->Name += *pName++;  in SetSymbols()
 627         pVal->Name += *pName++;  in SetSymbols()
 635         pVal->Name += *pName++;  in SetSymbols()
 643         pVal->Name += *pName++;  in SetSymbols()
 701 		OUString &rName = pName[i];  in ReadFontFormat()
 787         pVal->Name += *pName++;  in SaveFontFormatList()
 792         pVal->Name += *pName++;  in SaveFontFormatList()
 797         pVal->Name += *pName++;  in SaveFontFormatList()
 802         pVal->Name += *pName++;  in SaveFontFormatList()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/access/ | 
| H A D | accpara.cxx | 1313         STR( GetPropName( UNO_NAME_CHAR_COLOR ).pName );  in getAttributeNames()1314        	STR( GetPropName( UNO_NAME_CHAR_CONTOURED ).pName );  in getAttributeNames()
 1315 		STR( GetPropName( UNO_NAME_CHAR_EMPHASIS ).pName );  in getAttributeNames()
 1318         STR( GetPropName( UNO_NAME_CHAR_HEIGHT ).pName );  in getAttributeNames()
 1319         STR( GetPropName( UNO_NAME_CHAR_POSTURE ).pName );  in getAttributeNames()
 1320         STR( GetPropName( UNO_NAME_CHAR_SHADOWED ).pName );  in getAttributeNames()
 1324         STR( GetPropName( UNO_NAME_CHAR_WEIGHT ).pName );  in getAttributeNames()
 1349 		STR( GetPropName( UNO_NAME_NUMBERING_RULES ).pName );  in getSupplementalAttributeNames()
 1350         STR( GetPropName( UNO_NAME_PARA_ADJUST ).pName );  in getSupplementalAttributeNames()
 1356         STR( GetPropName( UNO_NAME_TABSTOPS ).pName );  in getSupplementalAttributeNames()
 [all …]
 
 | 
| /aoo42x/main/sc/addin/datefunc/ | 
| H A D | dfa.cl | 607  * @param *pName Output: Name of the parameter613 char* pName, char* pDesc )
 615 	*pName = 0;
 625 			SO_StringCopy(pName,getText(DFA_PAR_DATE1_NAME));
 633 			SO_StringCopy(pName,getText(DFA_PAR_MODE_NAME));
 652 			SO_StringCopy(pName,getText(DFA_PAR_MODE_NAME));
 671 			SO_StringCopy(pName,getText(DFA_PAR_MODE_NAME));
 682 			SO_StringCopy(pName,getText(DFA_PAR_DATE_NAME));
 693 			SO_StringCopy(pName,getText(DFA_PAR_DATE_NAME));
 704 			SO_StringCopy(pName,getText(DFA_PAR_DATE_NAME));
 [all …]
 
 | 
| /aoo42x/main/xmloff/source/text/ | 
| H A D | txtfldi.cxx | 3507 		pName = "Annote";  in MapBibliographyFieldName()3511 		pName = "Author";  in MapBibliographyFieldName()
 3543 		pName = "Month";  in MapBibliographyFieldName()
 3547 		pName = "Note";  in MapBibliographyFieldName()
 3559 		pName = "Pages";  in MapBibliographyFieldName()
 3575 		pName = "Title";  in MapBibliographyFieldName()
 3587 		pName = "Year";  in MapBibliographyFieldName()
 3591 		pName = "URL";  in MapBibliographyFieldName()
 3615 		pName = "ISBN";  in MapBibliographyFieldName()
 3620 		pName = NULL;  in MapBibliographyFieldName()
 [all …]
 
 | 
| /aoo42x/main/connectivity/source/drivers/odbcbase/ | 
| H A D | OResultSetMetaData.cxx | 47 	char *pName = new char[BUFFER_LEN+1];  in getCharColAttrib()  local52 									(SQLPOINTER)pName,  in getCharColAttrib()
 62 		sValue = ::rtl::OUString(pName,nRealLen,m_pConnection->getTextEncoding());  in getCharColAttrib()
 64 	delete [] pName;  in getCharColAttrib()
 68 		pName = new char[nRealLen+1];  in getCharColAttrib()
 72 									(SQLPOINTER)pName,  in getCharColAttrib()
 78 			sValue = ::rtl::OUString(pName,nRealLen,m_pConnection->getTextEncoding());  in getCharColAttrib()
 79 		delete [] pName;  in getCharColAttrib()
 
 |