Home
last modified time | relevance | path

Searched refs:pName (Results 126 – 150 of 367) sorted by relevance

12345678910>>...15

/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx111 const char* pName in SfxObjectFactory() argument
112 ) : pShortName( pName ), in SfxObjectFactory()
117 pImpl->pFilterContainer = new SfxFilterContainer( String::CreateFromAscii( pName ) ); in SfxObjectFactory()
H A DSfxDocumentMetaData.cxx1224 for (const char **pName = s_stdMeta; *pName != 0; ++pName) { in init() local
1225 ::rtl::OUString name = ::rtl::OUString::createFromAscii(*pName); in init()
1241 for (const char **pName = s_stdMetaList; *pName != 0; ++pName) { in init() local
1242 ::rtl::OUString name = ::rtl::OUString::createFromAscii(*pName); in init()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx386 void AddAttributeASCII( sal_uInt16 nPrefix, const sal_Char *pName,
388 void AddAttribute( sal_uInt16 nPrefix, const sal_Char *pName,
713 const sal_Char *pName,
726 sal_uInt16 nPrefix, const sal_Char *pName,
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx465 for ( const ::rtl::OUString* pName = aNames.getConstArray(); in getColumns() local
466 pName != aNames.getConstArray() + aNames.getLength(); in getColumns()
467 ++pName in getColumns()
470 … Reference< XPropertySet > xColProps( xColNames->getByName( *pName ), UNO_QUERY_THROW ); in getColumns()
473 OSL_POSTCOND( sName == *pName, "OResultSet::getColumns: invalid column name!" ); in getColumns()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx51 const char* pName; // Sfx-internal name of interface member in SfxInterface
77 const char* GetClassName() const { return pName; } in GetClassName()
/trunk/main/sal/osl/all/
H A Ddebugbase.cxx88 bool SAL_CALL osl_detail_ObjectRegistry_storeAddresses( char const* pName ) in osl_detail_ObjectRegistry_storeAddresses() argument
101 boost::bind( &isSubStr, pName, _1 ) ) != iEnd; in osl_detail_ObjectRegistry_storeAddresses()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx611 String pName( pBMPage->GetName() ); in InsertBookmarkAsPage() local
617 aNameList.Insert(new String(pName), nBMSdPage); in InsertBookmarkAsPage()
623 GetPageByName(pName, bIsMasterPage ) != SDRPAGE_NOTFOUND ) in InsertBookmarkAsPage()
643 String* pName = (String*) aNameList.GetObject(nBMSdPage); in InsertBookmarkAsPage() local
658 pPage->SetBookmarkName(*(pName)); in InsertBookmarkAsPage()
659 delete pName; in InsertBookmarkAsPage()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx79 …OUString getAttribute( const Reference< XAttributeList > & xAttribs, const sal_Char* pName ) throw…
139 …tAttribute( const Reference< XAttributeList > & xAttribs, const sal_Char* pName ) throw( SAXExcept… in getAttribute() argument
141 OUString aName( OUString::createFromAscii( pName ) ); in getAttribute()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx220 const char * pName; member
364 if (rServiceName.EqualsAscii( aProvNamesId[i].pName )) in GetProviderType()
591 pArray[i] = rtl::OUString::createFromAscii( aProvNamesId[i].pName ); in GetAllServiceNames()
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx173 const char *pName, sal_uInt32 nSID, SbxDataType eType, SbxClassType eClassType ) in MakeVariable() argument
175 …SbxVariable *pVar = pBas->Make( String::CreateFromAscii(pName), eClassType, eType ); //SbxCLASS_PR… in MakeVariable()
H A Dlinkmgr2.cxx179 const String* pName ) in InsertLink() argument
183 if( pName ) in InsertLink()
184 pLink->SetName( *pName ); in InsertLink()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DTypeDetection.java174 protected void setPropertyValueValue(PropertyValue[] props, String pName, Object pValue) { in setPropertyValueValue() argument
176 while (i < props.length && !props[i].Name.equals(pName)) { in setPropertyValueValue()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx106 const sal_Char* pName; member
185 ((_CalcOp*)pSecond)->pName ); in OperatorCompare()
191 ((_CalcOp*)pFirst)->pName ); in OperatorCompare()
193 nRet = strcmp( ((_CalcOp*)pFirst)->pName, in OperatorCompare()
194 ((_CalcOp*)pSecond)->pName ); in OperatorCompare()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx198 const unsigned char* GetTable( const char* pName, sal_uLong* pLength ) in GetTable() argument
199 { return mpFontInfo->GetTable( pName, pLength ); } in GetTable()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.hxx79 void addProp( char const *pName, sal_Int32 nNameLen, rtl_TextEncoding e,
141 css::uno::Reference< css::graphic::XGraphic > loadGraphic( const char *pName );
/trunk/main/rsc/source/res/
H A Drsccont.cxx912 const char * pName, in ContWriteRcAccess() argument
929 fprintf( fOutput, "\t\tSet%s( %s ", pName, pHS->getString( GetId() ).getStr() ); in ContWriteRcAccess()
1135 const char * pName in WriteRcAccess() argument
1138 ContWriteRcAccess( fOutput, pTC, pName, sal_True ); in WriteRcAccess()
H A Drscconst.cxx226 const char * pName in WriteRcAccess() argument
229 fprintf( fOutput, "\t\tSet%s( %s( ", pName, pHS->getString( GetId() ).getStr() ); in WriteRcAccess()
H A Drscstr.cxx390 const char * pName in WriteRcAccess() argument
394 fprintf( fOutput, "\t\tSet%s( aStr );\n", pName ); in WriteRcAccess()
/trunk/main/cui/source/options/
H A Doptlingu.cxx2314 const OUString *pName = aNames.getConstArray(); in IMPL_LINK() local
2322 pInfo = rLinguData.GetInfoByImplName( pName[n] ); in IMPL_LINK()
2358 pName = aNames.getConstArray(); in IMPL_LINK()
2366 pInfo = rLinguData.GetInfoByImplName( pName[n] ); in IMPL_LINK()
2402 pName = aNames.getConstArray(); in IMPL_LINK()
2410 pInfo = rLinguData.GetInfoByImplName( pName[n] ); in IMPL_LINK()
2446 pName = aNames.getConstArray(); in IMPL_LINK()
2454 pInfo = rLinguData.GetInfoByImplName( pName[n] ); in IMPL_LINK()
/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx150 char const * pName; in TEST_F() member
185 ASSERT_TRUE(aName.equalsAscii(aTests[i].pName)) << "Failed to parse URI correctly"; in TEST_F()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx3244 …DPResultDimension::GetRowReferenceMember( const ScDPRelativePos* pRelativePos, const String* pName, in GetRowReferenceMember() argument
3249 DBG_ASSERT( pRelativePos == NULL || pName == NULL, "can't use position and name" ); in GetRowReferenceMember()
3253 sal_Bool bFirstExisting = ( pRelativePos == NULL && pName == NULL ); in GetRowReferenceMember()
3264 else if ( pName ) in GetRowReferenceMember()
3271 while ( pRowMember && pRowMember->GetName() != *pName ) in GetRowReferenceMember()
3334 …DPResultDimension::GetColReferenceMember( const ScDPRelativePos* pRelativePos, const String* pName, in GetColReferenceMember() argument
3337 DBG_ASSERT( pRelativePos == NULL || pName == NULL, "can't use position and name" ); in GetColReferenceMember()
3388 sal_Bool bFirstExisting = ( pRelativePos == NULL && pName == NULL ); in GetColReferenceMember()
3397 else if ( pName ) in GetColReferenceMember()
3404 while ( pColMember && pColMember->GetName() != *pName ) in GetColReferenceMember()
/trunk/main/dtrans/source/cnttype/
H A Dmcnttype.cxx269 OUString pname = pName( ); in trailer()
294 OUString SAL_CALL CMimeContentType::pName( ) in pName() function in CMimeContentType
/trunk/main/basic/source/uno/
H A Dnamecont.cxx1789 const OUString* pName = aNames.getConstArray(); in storeLibraries_Impl() local
1794 for( ; pName != pNamesEnd; ++pName ) in storeLibraries_Impl()
1796 SfxLibrary* pImplLib = getImplLib( *pName ); in storeLibraries_Impl()
1877 pName = aNames.getConstArray(); in storeLibraries_Impl()
1879 for( ; pName != pNamesEnd; ++pName ) in storeLibraries_Impl()
1881 SfxLibrary* pImplLib = getImplLib( *pName ); in storeLibraries_Impl()
1889 rLib.aName = *pName; in storeLibraries_Impl()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx390 if ( pE->pName ) in WriteToDocument()
393 if ( !pRangeNames->SearchName( *pE->pName, nIndex ) ) in WriteToDocument()
395 ScRangeData* pData = new ScRangeData( mpDoc, *pE->pName, in WriteToDocument()
/trunk/main/sax/source/fastparser/
H A Dfastparser.hxx135 …sal_Int32 GetTokenWithPrefix( const sal_Char*pPrefix, int nPrefixLen, const sal_Char* pName, int n…
139 …sal_Int32 GetTokenWithNamespaceURL( const ::rtl::OUString& rNamespaceURL, const sal_Char* pName, i…

Completed in 204 milliseconds

12345678910>>...15