Searched refs:ppStr (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/rsc/source/rsc/ ! |
| H A D | rsc.cxx | 136 char ** ppStr; in RscCmdLine() local 149 ppStr = (char **)aCmdLine.GetBlock(); in RscCmdLine() 150 ppStr++; in RscCmdLine() 152 while( ppStr && i < (aCmdLine.GetCount() -1) ) in RscCmdLine() 155 fprintf( stderr, "CmdLineArg: \"%s\"\n", *ppStr ); in RscCmdLine() 157 if( '-' == **ppStr ) in RscCmdLine() 159 if( !rsc_stricmp( (*ppStr) + 1, "h" ) in RscCmdLine() 160 || !strcmp( (*ppStr) + 1, "?" ) ) in RscCmdLine() 164 else if( !rsc_stricmp( (*ppStr) + 1, "syntax" ) ) in RscCmdLine() 168 else if( !rsc_strnicmp( (*ppStr) + 1, "RefDeep", 7 ) ) in RscCmdLine() [all …]
|
| /AOO41X/main/rsc/source/prj/ ! |
| H A D | start.cxx | 338 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() 362 while( ppStr && i < (aCmdLine.GetCount() -1) ) 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() 371 else if( !rsc_stricmp( (*ppStr) + 1, "r" ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 372 || !rsc_stricmp( (*ppStr) + 1, "s" ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 376 else if( !rsc_stricmp( (*ppStr) + 1, "h" ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /AOO41X/main/svtools/source/misc/ ! |
| H A D | imap2.cxx | 459 Point ImageMap::ImpReadCERNCoords( const char** ppStr ) in ImpReadCERNCoords() argument 464 char cChar = *(*ppStr)++; in ImpReadCERNCoords() 467 cChar = *(*ppStr)++; in ImpReadCERNCoords() 474 cChar = *(*ppStr)++; in ImpReadCERNCoords() 480 cChar = *(*ppStr)++; in ImpReadCERNCoords() 485 cChar = *(*ppStr)++; in ImpReadCERNCoords() 490 cChar = *(*ppStr)++; in ImpReadCERNCoords() 506 long ImageMap::ImpReadCERNRadius( const char** ppStr ) in ImpReadCERNRadius() argument 509 char cChar = *(*ppStr)++; in ImpReadCERNRadius() 512 cChar = *(*ppStr)++; in ImpReadCERNRadius() [all …]
|
| /AOO41X/main/sw/source/ui/uiview/ ! |
| H A D | viewdlg2.cxx | 216 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()
|
| /AOO41X/main/unotools/source/config/ ! |
| H A D | fontcfg.cxx | 680 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() 748 static bool ImplKillTrailingWithExceptions( String& rName, const char* const* ppStr ) in ImplKillTrailingWithExceptions() argument 750 for(; *ppStr; ++ppStr ) in ImplKillTrailingWithExceptions() 752 xub_StrLen nTrailLen = ImplIsTrailing( rName, *ppStr ); in ImplKillTrailingWithExceptions() 756 while( *++ppStr ) in ImplKillTrailingWithExceptions() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ ! |
| H A D | imap.hxx | 61 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 );
|
| /AOO41X/main/rsc/source/res/ ! |
| H A D | rscstr.cxx | 115 ERRTYPE RscString::GetString( const RSCINST & rInst, char ** ppStr ){ in GetString() argument 116 *ppStr = ((RscStringInst *)rInst.pData)->pStr; in GetString()
|
| H A D | rsctop.cxx | 604 ERRTYPE RscTop::GetString( const RSCINST & rInst, char ** ppStr ){ in GetString() argument 607 GetString( rInst, ppStr ); in GetString()
|
| /AOO41X/main/rsc/inc/ ! |
| H A D | rscstr.hxx | 64 ERRTYPE GetString( const RSCINST &, char ** ppStr );
|
| H A D | rsctop.hxx | 180 virtual ERRTYPE GetString( const RSCINST & rInst, char ** ppStr );
|