Home
last modified time | relevance | path

Searched refs:pName (Results 151 – 175 of 367) sorted by relevance

12345678910>>...15

/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.hxx38 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName) = 0;
53 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName);
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx64 OUString *pName = aPropNames.getArray(); in PropertyChgHelper() local
67 pName[i] = A2OU( pPropNames[i] ); in PropertyChgHelper()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx245 const char* pName = __Cimpl::ex_name(); in cpp_call() local
249 pExc, pName, *ppUnoExc, pThis->getBridge()->getCpp2Uno()); in cpp_call()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx244 char* pName = pBuf; in getPrinterQueueInfoOldStyle() local
245 while ( *pName ) in getPrinterQueueInfoOldStyle()
250 GetProfileStringA( aImplDevices, pName, "", aPortBuf, sizeof( aPortBuf ) ); in getPrinterQueueInfoOldStyle()
255 xub_StrLen nNameLen = sal::static_int_cast<xub_StrLen>(strlen( pName )); in getPrinterQueueInfoOldStyle()
256 XubString aName( ImplSalGetUniString( pName, nNameLen ) ); in getPrinterQueueInfoOldStyle()
306 pName += nNameLen + 1; in getPrinterQueueInfoOldStyle()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx220 const sal_Char* pName, in GetBoolValue() argument
223 sal_Bool bValue = mrProperties.getBoolValue( pName, bDefaultValue ); in GetBoolValue()
233 const sal_Char* pName, in GetBoolValue() argument
237 OUString sValue( mrProperties.getStringValue( pName ) ); in GetBoolValue()
249 const sal_Char* pName, in GetBoolValue() argument
252 sal_Int32 nValue = static_cast<sal_Int32>(mrProperties.getIntValue( pName )); in GetBoolValue()
/trunk/main/svl/source/items/
H A Dstyle.cxx1140 String* pName = new String( p->GetName() ); in Store() local
1141 ByteString* pConvName = new ByteString( *pName, eEnc ); in Store()
1143 pName->Insert( (sal_Unicode)nFamily, 0 ); in Store()
1155 aOrigNames.Insert( pName, nInsPos ); in Store()
H A Ditemprop.cxx77 while( pEntries->pName ) in SfxItemPropertyMap()
79 ::rtl::OUString sEntry(pEntries->pName, pEntries->nNameLen, RTL_TEXTENCODING_ASCII_US ); in SfxItemPropertyMap()
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx82 const OUString* pName, in SvxGraphCtrlAccessibleContext() argument
112 if( pName ) in SvxGraphCtrlAccessibleContext()
114 msName = *pName; in SvxGraphCtrlAccessibleContext()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx258 const char* pName = __Cimpl::ex_name(); in cpp_call() local
262 pExc, pName, *ppUnoExc, in cpp_call()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx902 const char* pName; member
1001 if( pLine->equalsIgnoreAsciiCaseAscii( pWeightNames[weight].pName ) ) in getSubstWeight()
1033 if( pLine->equalsIgnoreAsciiCaseAscii( pWidthNames[width].pName ) ) in getSubstWidth()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx714 ScRangeData* pName = pDocument->GetRangeName()->FindIndex( t->GetIndex() ); in GetSelectionFromFormula() local
715 if (pName && pName->IsReference(aRange)) in GetSelectionFromFormula()
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx310 const char *pName; in GetMethodName() member
337 strncpy( pBufPtr, pDescPtr->pName, nSize + 1); in GetMethodName()
/trunk/main/svx/source/table/
H A Dcell.cxx1612 const OUString* pName = aPropertyNames.getConstArray(); in setPropertiesToDefault() local
1615 setPropertyToDefault( *pName++ ); in setPropertiesToDefault()
1625 const OUString* pName = aPropertyNames.getConstArray(); in getPropertyDefaults() local
1628 *pDefaults++ = getPropertyDefault( *pName++ ); in getPropertyDefaults()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx76 const char* pName; member
342 … rtl::OUString aResourceURL( rtl::OUString::createFromAscii( pToolBarResToName[nIndex].pName )); in GetResourceURLFromResId()
1255 SfxInterface* pIFace, const String *pName) in SetObjectBar_Impl() argument
1263 pParent->SetObjectBar_Impl( nPos, nResId, pIFace, pName ); in SetObjectBar_Impl()
1272 if (pName) in SetObjectBar_Impl()
1273 aObjBar.aName = *pName; in SetObjectBar_Impl()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx300 sal_Bool SwCrsrShell::GotoNextTOXBase( const String* pName ) in GotoNextTOXBase() argument
317 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoNextTOXBase()
350 sal_Bool SwCrsrShell::GotoPrevTOXBase( const String* pName ) in GotoPrevTOXBase() argument
367 ( !pName || *pName == ((SwTOXBaseSection*)pSect)->GetTOXName() ) in GotoPrevTOXBase()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx98 int usage( const char* pName ) in usage() argument
100 std::cerr << "usage: " << pName << "<path to testdocument dir> <output_directory>" << std::endl; in usage()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx280 String* pName=0, String* pUrl=0, String* pTarget=0 );
282 String* pName=0, String* pUrl=0, String* pTarget=0 );
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h269 rtl_uString * pName; member
827 typelib_TypeDescription ** ppRet, rtl_uString * pName )
/trunk/main/unoxml/source/dom/
H A Dnode.cxx117 …Int32 getTokenWithPrefix( const Context& rContext, const sal_Char* pPrefix, const sal_Char* pName ) in getTokenWithPrefix() argument
124 (const char*)pPrefix, (const char*)pName); in getTokenWithPrefix()
135 sal_Int32 nNameToken = getToken( rContext, pName ); in getTokenWithPrefix()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx752 SQLCHAR pName[258]; in getCursorName() local
754 SQLRETURN nRetCode = N3SQLGetCursorName(m_aStatementHandle,(SQLCHAR*)pName,256,&nRealLen); in getCursorName()
756 return ::rtl::OUString::createFromAscii((const char*)pName); in getCursorName()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx330 const String* pName = pB->GetName(); in Read_Book() local
333 if ( !pName || in Read_Book()
334 pName->EqualsIgnoreCaseAscii( "_Hlt", 0, 4 ) ) in Read_Book()
418 const String sOrigName = BookmarkToWriter(*pName); in Read_Book()
3805 const sal_Char* pName = aFldNames[i]; in Read_FldVanish() local
3806 sal_uInt16 nNameLen = *pName++; in Read_FldVanish()
3807 if( sFieldName.EqualsIgnoreCaseAscii( pName, nC, nNameLen ) ) in Read_FldVanish()
/trunk/main/i18npool/source/paper/
H A Dpaper.cxx269 static struct { const char *pName; Paper ePaper; } aCustoms [] = in getSystemDefaultPaper() member
292 if (rtl_str_compareIgnoreAsciiCase(aCustoms[i].pName, aPaper.getStr()) == 0) in getSystemDefaultPaper()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx598 PeerHandle Window::CreatePeer( Window *parent, WinBits nStyle, const char *pName) in CreatePeer() argument
605 …ry::createWidget (getToolkit(), parent->GetPeer(), OUString::createFromAscii( pName ), nWinAttrbs); in CreatePeer()
1398 FixedImage::FixedImage( const char *pName )
1399 : pImpl( new FixedImageImpl( pName ) )
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx523 const XclImpName* pName = GetNameManager().GetName( nUINT16 ); in Convert() local
524 if(pName && !pName->GetScRangeData()) in Convert()
525 aStack << aPool.Store( ocMacro, pName->GetXclName() ); in Convert()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx934 NSString* pName = [pNames objectAtIndex: i]; in GetPrinterQueueInfo() local
936 if( pName ) in GetPrinterQueueInfo()
939 pInfo->maPrinterName = GetOUString( pName ); in GetPrinterQueueInfo()

Completed in 216 milliseconds

12345678910>>...15