| /AOO41X/main/svl/source/svdde/ |
| H A D | ddesvr.cxx | 98 if ( !hText2 || ( *pService->pName == hText2 ) ) in SV_IMPL_VARARR() 122 if ( !hText2 || ( *pService->pName == hText2 ) ) in SV_IMPL_VARARR() 127 if ( !hText1 || (*pTopic->pName == hText1) ) in SV_IMPL_VARARR() 143 if ( !hText2 || (*pService->pName == hText2 ) ) in SV_IMPL_VARARR() 149 if ( !hText1 || (*pTopic->pName == hText1) ) in SV_IMPL_VARARR() 151 q->hszSvc = *pService->pName; in SV_IMPL_VARARR() 152 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR() 169 q->hszSvc = *pService->pName; in SV_IMPL_VARARR() 170 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR() 328 if( *pTmp->pName == hText2 ) in SV_IMPL_VARARR() [all …]
|
| /AOO41X/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() 394 … pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec() 409 …tDoc()->GetGradientListFromSdrModel()->Insert (new XGradientEntry (aGradient, pName->GetValue ())); in AttrExec() 412 … pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec() 427 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec() 446 if (pEntry->GetName () == pName->GetValue ()) in AttrExec() 453 … pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec() 462 … GetDoc()->GetHatchListFromSdrModel()->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec() 465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec() [all …]
|
| /AOO41X/main/idl/source/objects/ |
| H A D | bastype.cxx | 39 static sal_Bool ReadRangeSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm, in ReadRangeSvIdl() argument 44 if( pTok->Is( pName ) ) in ReadRangeSvIdl() 183 sal_Bool SvBOOL::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm ) in ReadSvIdl() argument 188 if( pTok->Is( pName ) ) in ReadSvIdl() 220 sal_Bool SvBOOL::WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm ) in WriteSvIdl() argument 223 rOutStm << pName->GetName().GetBuffer(); in WriteSvIdl() 225 rOutStm << pName->GetName().GetBuffer() << "(FALSE)"; in WriteSvIdl() 236 ByteString SvBOOL::GetSvIdlString( SvStringHashEntry * pName ) in GetSvIdlString() argument 239 return pName->GetName(); in GetSvIdlString() 242 ByteString aTmp( pName->GetName() ); in GetSvIdlString() [all …]
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | i18n_wrp.cxx | 69 char *pName, *pValue; in XvaCountArgs() local 71 while ( (pName = pInArgs->name) != NULL ) in XvaCountArgs() 75 if ( strcmp(pName, XNVaNestedList) == 0 ) in XvaCountArgs() 93 char *pName, *pValue; in XvaCountArgs() local 95 while ( (pName = va_arg(pInArgs, char*)) != NULL) in XvaCountArgs() 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() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/beans/ |
| H A D | _XPropertyState.java | 62 private String pName = null ; field in _XPropertyState 101 pName = properties[i].Name; in before() 102 log.println("Property '" + pName + "' has attributes "+ 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() [all …]
|
| H A D | _XTolerantMultiPropertySet.java | 239 String pName = props[i].Name; in getDirectProperties() local 242 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()
|
| /AOO41X/main/sal/textenc/ |
| H A D | tencinfo.c | 52 static void Impl_toAsciiLower( const sal_Char* pName, sal_Char* pBuf ) in Impl_toAsciiLower() argument 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() 71 static void Impl_toAsciiLowerAndRemoveNonAlphanumeric( const sal_Char* pName, sal_Char* pBuf ) in Impl_toAsciiLowerAndRemoveNonAlphanumeric() argument 73 while ( *pName ) in Impl_toAsciiLowerAndRemoveNonAlphanumeric() 76 if ( (*pName >= 0x41) && (*pName <= 0x5A) ) in Impl_toAsciiLowerAndRemoveNonAlphanumeric() 78 *pBuf = (*pName)+0x20; /* toAsciiLower */ in Impl_toAsciiLowerAndRemoveNonAlphanumeric() [all …]
|
| /AOO41X/main/package/source/manifest/ |
| H A D | ManifestImport.cxx | 45 const char* pName; in getMnfstPropName() local 48 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() 51 case PKG_MNFST_INIVECTOR: pName = "InitialisationVector"; 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() 56 case PKG_MNFST_ENCALG: pName = "EncryptionAlgorithm"; break; in getMnfstPropName() [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | stlpool.cxx | 688 String* pName = (String*)pNameList->First(); in CopyLayoutSheets() local 689 while (pName) in CopyLayoutSheets() 691 pSheet = Find(*pName, SD_STYLE_FAMILY_MASTERPAGE); in CopyLayoutSheets() 694 SfxStyleSheetBase* pSourceSheet = rSourcePool.Find(*pName, SD_STYLE_FAMILY_MASTERPAGE); in CopyLayoutSheets() 699 SfxStyleSheetBase& rNewSheet = Make(*pName, SD_STYLE_FAMILY_MASTERPAGE); 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() 746 pName->Append( sal_Unicode( ' ' )); in CreateLayoutSheetNames() [all …]
|
| /AOO41X/main/store/source/ |
| H A D | store.cxx | 295 rtl_uString *pName, in store_openDirectory() argument 309 if (!(pPath && pName && phDirectory)) in store_openDirectory() 317 OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8); in store_openDirectory() 405 rtl_uString *pName, in store_openStream() argument 419 if (!(pPath && pName && phStream)) in store_openStream() 427 OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8); in store_openStream() 560 rtl_uString *pName, in store_attrib() argument 575 if (!(pPath && pName)) in store_attrib() 580 OString aName (pName->buffer, pName->length, RTL_TEXTENCODING_UTF8); in store_attrib() 737 rtl_uString *pName in store_remove() argument [all …]
|
| /AOO41X/main/sal/qa/rtl/uuid/ |
| H A D | rtl_Uuid.cxx | 183 rtl_String *pName = 0; in createNamedUuid_001() local 184 rtl_string_newFromStr( &pName , "this is a bla.blubs.DNS-Name" ); in createNamedUuid_001() 185 rtl_createNamedUuid( pNamedUUID , NameSpace_DNS , pName ); in createNamedUuid_001() 186 rtl_createNamedUuid( pNamedUUID2 , NameSpace_DNS , pName ); in createNamedUuid_001() 191 rtl_string_newFromStr( &pName , "this is a bla.blubs.DNS-Namf" ); in createNamedUuid_001() 192 rtl_createNamedUuid( pNamedUUID2 , NameSpace_DNS , pName ); in createNamedUuid_001() 196 rtl_createNamedUuid( pNamedUUID , NameSpace_URL , pName ); in createNamedUuid_001() 206 rtl_string_release( pName ); in createNamedUuid_001()
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | opropertybag.cxx | 445 const ::rtl::OUString* pName = aNames.getConstArray(); in getPropertyValues() local 450 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 …]
|
| /AOO41X/main/soltools/ldump/ |
| H A D | ldump.cxx | 275 bool LibDump::PrintSym(char *pName, bool bName ) in PrintSym() argument 281 if ( Filter( pName ) ) in PrintSym() 283 if ( strlen( pName ) > 3 ) in PrintSym() 289 fprintf( stdout, "\t%s\n", pName ); in PrintSym() 291 fprintf( stdout, "\t%s\t\t@%lu\n", pName, nDefStart ); 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 [all …]
|
| /AOO41X/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,
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xiname.cxx | 239 …for( const XclImpName* pName = maNameList.First(); pName && !pLocalName; pName = maNameList.Next()… in FindName() local 241 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()
|
| /AOO41X/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()
|
| /AOO41X/main/tools/source/debug/ |
| H A D | debug.cxx | 669 const sal_Char* pName = getenv("DBGSV_INIT"); in DbgGetDbgFileName() local 670 if ( !pName ) in DbgGetDbgFileName() 671 pName = ".dbgsv.init"; in DbgGetDbgFileName() 672 strncpy( pStr, pName, nMaxLen ); in DbgGetDbgFileName() 674 const sal_Char* pName = getenv("DBGSV_INIT"); in DbgGetDbgFileName() 675 if ( pName ) in DbgGetDbgFileName() 676 strncpy( pStr, pName, nMaxLen ); in DbgGetDbgFileName() 693 const sal_Char* pName = getenv("DBGSV_LOG"); in DbgGetLogFileName() local 694 if ( !pName ) in DbgGetLogFileName() 695 pName = "dbgsv.log"; in DbgGetLogFileName() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | patattr.cxx | 87 pName ( new String( rStyleName ) ), in ScPatternAttr() 94 pName ( NULL ), in ScPatternAttr() 103 pName ( NULL ), in ScPatternAttr() 112 if (rPatternAttr.pName) 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() 175 pPattern->pName = pStr; in Create() 186 else if ( pName ) // wenn Style geloescht ist/war in Store() [all …]
|
| /AOO41X/main/sax/source/fastparser/ |
| H A D | fastparser.cxx | 308 …tTokenWithPrefix( const sal_Char*pPrefix, int nPrefixLen, const sal_Char* pName, int nNameLen ) th… in GetTokenWithPrefix() argument 330 sal_Int32 nNameToken = GetToken( pName, nNameLen ); in GetTokenWithPrefix() 387 …ser::GetTokenWithNamespaceURL( const OUString& rNamespaceURL, const sal_Char* pName, int nNameLen ) in GetTokenWithNamespaceURL() argument 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() [all …]
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | sdpreslt.cxx | 92 String* pName = (String*)mpLayoutNames->First(); in ~SdPresLayoutDlg() local 93 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()
|
| /AOO41X/main/starmath/source/ |
| H A D | cfgitem.cxx | 471 OUString *pName = aNames.getArray(); in ReadSymbol() local 474 OUString &rName = pName[i]; in ReadSymbol() 618 const OUString *pName = pNames; in SetSymbols() local 622 pVal->Name += *pName++; in SetSymbols() 627 pVal->Name += *pName++; in SetSymbols() 635 pVal->Name += *pName++; in SetSymbols() 643 pVal->Name += *pName++; in SetSymbols() 698 OUString *pName = aNames.getArray(); in ReadFontFormat() local 701 OUString &rName = pName[i]; in ReadFontFormat() 783 const OUString *pName = aNames.getConstArray();; in SaveFontFormatList() local [all …]
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | xmlhelper.cxx | 97 const sal_Unicode* pName = sName.getStr(); in isValidQName() local 103 bRet = ( ( lcl_getCharClass( pName[0] ) & 4 ) != 0 ); in isValidQName() 106 sal_uInt8 nClass = lcl_getCharClass( pName[n] ); in isValidQName() 122 const sal_Unicode* pName = sName.getStr(); in isValidPrefixName() local 127 bRet = ( ( lcl_getCharClass( pName[0] ) & 4 ) != 0 ); in isValidPrefixName() 129 bRet &= ( ( lcl_getCharClass( pName[n] ) & 8 ) != 0 ); in isValidPrefixName()
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OResultSetMetaData.cxx | 47 char *pName = new char[BUFFER_LEN+1]; in getCharColAttrib() local 52 (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()
|
| /AOO41X/main/sc/addin/datefunc/ |
| H A D | dfa.cl | 607 * @param *pName Output: Name of the parameter 613 char* pName, char* pDesc ) 615 *pName = 0; 625 SO_StringCopy(pName,getText(DFA_PAR_DATE1_NAME)); 629 SO_StringCopy(pName,getText(DFA_PAR_DATE2_NAME)); 633 SO_StringCopy(pName,getText(DFA_PAR_MODE_NAME)); 644 SO_StringCopy(pName,getText(DFA_PAR_DATE1_NAME)); 648 SO_StringCopy(pName,getText(DFA_PAR_DATE2_NAME)); 652 SO_StringCopy(pName,getText(DFA_PAR_MODE_NAME)); 663 SO_StringCopy(pName,getText(DFA_PAR_DATE1_NAME)); [all …]
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accpara.cxx | 1308 STR( GetPropName( UNO_NAME_CHAR_BACK_COLOR ).pName ); in getAttributeNames() 1309 STR( GetPropName( UNO_NAME_CHAR_COLOR ).pName ); in getAttributeNames() 1310 STR( GetPropName( UNO_NAME_CHAR_CONTOURED ).pName ); in getAttributeNames() 1311 STR( GetPropName( UNO_NAME_CHAR_EMPHASIS ).pName ); in getAttributeNames() 1312 STR( GetPropName( UNO_NAME_CHAR_ESCAPEMENT ).pName ); in getAttributeNames() 1313 STR( GetPropName( UNO_NAME_CHAR_FONT_NAME ).pName ); in getAttributeNames() 1314 STR( GetPropName( UNO_NAME_CHAR_HEIGHT ).pName ); in getAttributeNames() 1315 STR( GetPropName( UNO_NAME_CHAR_POSTURE ).pName ); in getAttributeNames() 1316 STR( GetPropName( UNO_NAME_CHAR_SHADOWED ).pName ); in getAttributeNames() 1317 STR( GetPropName( UNO_NAME_CHAR_STRIKEOUT ).pName ); in getAttributeNames() [all …]
|