Home
last modified time | relevance | path

Searched refs:ppStr (Results 1 – 10 of 10) sorted by relevance

/trunk/main/rsc/source/rsc/
H A Drsc.cxx136 char ** ppStr; in RscCmdLine() local
149 ppStr = (char **)aCmdLine.GetBlock(); in RscCmdLine()
150 ppStr++; in RscCmdLine()
157 if( '-' == **ppStr ) in RscCmdLine()
229 aPath += (*ppStr) + 2; in RscCmdLine()
251 aOutputSrs = (*ppStr) + 4; in RscCmdLine()
256 aOutputLst = (*ppStr) + 4; in RscCmdLine()
260 aOutputHxx = (*ppStr) + 4; in RscCmdLine()
264 aOutputCxx = (*ppStr) + 4; in RscCmdLine()
280 aILDir = (*ppStr) + 5; in RscCmdLine()
[all …]
/trunk/main/rsc/source/prj/
H A Dstart.cxx338 char ** ppStr; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
358 ppStr = (char **)aCmdLine.GetBlock(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
359 ppStr++; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
364 if( '-' == **ppStr ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
366 if( !rsc_stricmp( (*ppStr) + 1, "p" ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
367 || !rsc_stricmp( (*ppStr) + 1, "l" ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
386 aPrePro = (*ppStr) + 4; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
390 aRsc2Name = (*ppStr) + 6; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
394 aResName = (*ppStr) + 4; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
399 aSrsName = (*ppStr); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/trunk/main/svtools/source/misc/
H A Dimap2.cxx467 cChar = *(*ppStr)++; in ImpReadCERNCoords()
474 cChar = *(*ppStr)++; in ImpReadCERNCoords()
480 cChar = *(*ppStr)++; in ImpReadCERNCoords()
485 cChar = *(*ppStr)++; in ImpReadCERNCoords()
512 cChar = *(*ppStr)++; in ImpReadCERNRadius()
519 cChar = *(*ppStr)++; in ImpReadCERNRadius()
643 cChar = *(*ppStr)++; in ImpReadNCSAURL()
650 cChar = *(*ppStr)++; in ImpReadNCSAURL()
672 cChar = *(*ppStr)++; in ImpReadNCSACoords()
679 cChar = *(*ppStr)++; in ImpReadNCSACoords()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx216 String** ppStr = 0; in InsertCaption() local
218 ppStr = &pOldGrfCat; in InsertCaption()
220 ppStr = &pOldTabCat; in InsertCaption()
222 ppStr = &pOldFrmCat; in InsertCaption()
224 ppStr = &pOldFrmCat; in InsertCaption()
226 ppStr = &pOldDrwCat; in InsertCaption()
228 if( ppStr ) in InsertCaption()
230 if( !*ppStr ) in InsertCaption()
231 *ppStr = new String( rName ); in InsertCaption()
233 **ppStr = rName; in InsertCaption()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx680 static bool ImplKillLeading( String& rName, const char* const* ppStr ) in ImplKillLeading() argument
682 for(; *ppStr; ++ppStr ) in ImplKillLeading()
684 const char* pStr = *ppStr; in ImplKillLeading()
731 static bool ImplKillTrailing( String& rName, const char* const* ppStr ) in ImplKillTrailing() argument
733 for(; *ppStr; ++ppStr ) in ImplKillTrailing()
735 xub_StrLen nTrailLen = ImplIsTrailing( rName, *ppStr ); in ImplKillTrailing()
750 for(; *ppStr; ++ppStr ) in ImplKillTrailingWithExceptions()
752 xub_StrLen nTrailLen = ImplIsTrailing( rName, *ppStr ); in ImplKillTrailingWithExceptions()
756 while( *++ppStr ) in ImplKillTrailingWithExceptions()
757 if( ImplIsTrailing( rName, *ppStr ) ) in ImplKillTrailingWithExceptions()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dimap.hxx61 Point ImpReadCERNCoords( const char** ppStr );
62 long ImpReadCERNRadius( const char** ppStr );
63 String ImpReadCERNURL( const char** ppStr, const String& rBaseURL );
66 String ImpReadNCSAURL( const char** ppStr, const String& rBaseURL );
67 Point ImpReadNCSACoords( const char** ppStr );
/trunk/main/rsc/source/res/
H A Drscstr.cxx115 ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){ in GetString() argument
116 *ppStr = ((RscStringInst *)rInst.pData)->pStr; in GetString()
H A Drsctop.cxx604 ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){ in GetString() argument
607 GetString( rInst, ppStr ); in GetString()
/trunk/main/rsc/inc/
H A Drscstr.hxx64 ERRTYPE GetString( const RSCINST &, char ** ppStr );
H A Drsctop.hxx180 virtual ERRTYPE GetString( const RSCINST & rInst, char ** ppStr );

Completed in 59 milliseconds