Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 114) sorted by relevance

12345

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DPageContext.java66 PageContext pc = this; in getActiveColumns() local
67 while (pc != null) in getActiveColumns()
74 pc = pc.getParent(); in getActiveColumns()
144 PageContext pc = this; in getAllFooterSize() local
145 while (pc != null) in getAllFooterSize()
148 pc = pc.getParent(); in getAllFooterSize()
161 PageContext pc = this; in getAllHeaderSize() local
162 while (pc != null) in getAllHeaderSize()
165 pc = pc.getParent(); in getAllHeaderSize()
180 while (pc != null) in getPageFooterContent()
[all …]
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx159 char* pc = Buffer; in lcl_ReadIniFile() local
161 while( pc < pe ) in lcl_ReadIniFile()
163 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile()
167 while( pc < pe && lcl_isAlpha( *pc ) ) in lcl_ReadIniFile()
168 ++pc; in lcl_ReadIniFile()
179 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile()
180 if( *pc != '=' ) in lcl_ReadIniFile()
182 ++pc; in lcl_ReadIniFile()
183 lcl_skipWhites( pc ); if( pc == pe ) break; in lcl_ReadIniFile()
187 while( pc < pe && *pc != 13 && *pc != 10 ) in lcl_ReadIniFile()
[all …]
/trunk/main/extensions/workben/
H A Dpythontest.cxx363 fprintf( f, "INT32 %s : %d\n" , pc , aValue.getINT32() ); in dumpVarToStream()
366 fprintf( f, "ENUM %s : %d\n", pc , aValue.getEnumAsINT32() ); in dumpVarToStream()
372 fprintf( f, "BOOL %s : %d\n", pc , aValue.getBOOL() ); in dumpVarToStream()
381 fprintf( f, "LONG %s : %d\n", pc , (INT32) aValue.getINT32()); in dumpVarToStream()
390 fprintf( f, "UINT32 %s : %d\n", pc , aValue.getUINT32() ); in dumpVarToStream()
393 fprintf( f, "float %s : %f\n" , pc , aValue.getFloat() ); in dumpVarToStream()
396 fprintf( f, "double %s : %f\n" , pc , aValue.getDouble() ); in dumpVarToStream()
399 fprintf( f, "void %s :\n" , pc ); in dumpVarToStream()
426 fprintf( f , "%s Sequence \n" , pc ); in dumpVarToStream()
428 s += pc; in dumpVarToStream()
[all …]
/trunk/main/
H A Dconfig.guess927 GUESS=$UNAME_MACHINE-pc-msys
930 GUESS=$UNAME_MACHINE-pc-pw32
951 GUESS=x86_64-pc-cygwin
1254 pc:*:*:*)
1261 GUESS=i586-pc-msdosdjgpp
1264 GUESS=i386-pc-mach3
1382 GUESS=i586-pc-beos
1385 GUESS=i586-pc-haiku
1464 UNAME_MACHINE=pc
1469 GUESS=i386-pc-qnx
[all …]
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1864 pc[1] = '\0'; in run()
1968 char* pc = new char[2]; in TEST_F() local
1974 pc[1] = '\0'; in TEST_F()
2001 char* pc = new char[2]; in TEST_F() local
2005 pc[1] = '\0'; in TEST_F()
2053 char* pc = new char[2]; in TEST_F() local
2055 strcpy(pc, m_nData); in TEST_F()
2056 printf("pc %s\n", pc); in TEST_F()
2085 pc[1] = '\0'; in TEST_F()
2088 printf("pc %s\n", pc); in TEST_F()
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch218 echo alpha-pc-interix
771 + echo x86_64-pc-mks
777 echo i586-pc-interix
1112 pc:*:*:*)
1125 echo i386-pc-mach3
1274 echo i586-pc-beos
1278 + echo i586-pc-haiku
1334 UNAME_MACHINE=pc
1340 echo i386-pc-qnx
1411 + echo i386-pc-xenix
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java271 TreeNode pc = (TreeNode)p.getChildAt(i); in getChild() local
272 if(isNodeVisible(pc)) { in getChild()
276 return pc; in getChild()
289 TreeNode pc = (TreeNode)p.getChildAt(i); in getChildCount() local
290 if(isNodeVisible(pc)) { in getChildCount()
307 TreeNode pc = (TreeNode)p.getChildAt(i); in getIndexOfChild() local
308 if(pc.equals(c)) { in getIndexOfChild()
311 if(isNodeVisible(pc)) { in getIndexOfChild()
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1958 echo alpha-pc-interix
2518 + echo x86_64-pc-mks
2524 - echo i386-pc-interix
2526 + echo i586-pc-interix
2836 pc:*:*:*)
2849 echo i386-pc-mach3
3000 echo i586-pc-beos
3004 + echo i586-pc-haiku
3058 UNAME_MACHINE=pc
3064 echo i386-pc-qnx
[all …]
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1098 pFacToken->GetJump()[nJumpCount] = pc-1; in Factor()
1354 if (pc < 2 || !pCode1 || !pCode2 || in MergeRangeReference()
1367 --pCode, --pc; in MergeRangeReference()
1398 pc = 0; in CompileTokenArray()
1409 if( pc ) in CompileTokenArray()
1411 pArr->pRPN = new FormulaToken*[ pc ]; in CompileTokenArray()
1412 pArr->nRPN = pc; in CompileTokenArray()
1774 if( pc >= MAXCODE-1 ) in PutCode()
1776 if ( pc == MAXCODE-1 ) in PutCode()
1781 ++pc; in PutCode()
[all …]
/trunk/main/sal/osl/unx/
H A Ddiagnose.c83 void * pc) in osl_diagnose_frame_Impl() argument
92 if (dladdr (pc, &dli) != 0) in osl_diagnose_frame_Impl()
102 offset = (ptrdiff_t)(pc) - (ptrdiff_t)(saddr); in osl_diagnose_frame_Impl()
104 offset = (ptrdiff_t)(pc) - (ptrdiff_t)(fbase); in osl_diagnose_frame_Impl()
106 offset = (ptrdiff_t)(pc); in osl_diagnose_frame_Impl()
/trunk/main/sal/textenc/
H A Dtcvtlat1.tab202 /* DOS/OS2, SCRIPT_LATIN, pc code page 437 */
336 /* DOS/OS2, SCRIPT_LATIN, pc code page 850 */
509 /* DOS/OS2, SCRIPT_LATIN, pc code page 860 */
859 /* DOS/OS2, SCRIPT_LATIN, pc code page 863 */
1034 /* DOS/OS2, SCRIPT_LATIN, pc code page 865 */
1139 /* WIN, SCRIPT_LATIN, pc code page 850 */
1204 /* SCRIPT_LATIN, pc code page 850 */
1332 /* SCRIPT_LATIN, pc code page 850 */
1434 /* SCRIPT_LATIN, pc code page 850 */
1721 /* MAC, SCRIPT_LATIN, pc code page 850 */
[all …]
H A Dtcvtest1.tab186 /* DOS/OS2, SCRIPT_GREEK, pc code page 737, mac encoding 6 */
1645 /* WIN, SCRIPT_GREEK, pc code page 869, mac encoding 6 */
1912 /* WIN, SCRIPT_BALTIC, pc code page 775, mac encoding 29 */
2080 /* SCRIPT_EASTEUROPE, pc code page 852, mac encoding 29 */
2241 /* SCRIPT_LATIN, pc code page 850 */
2409 /* SCRIPT_BALTIC, pc code page 775, mac encoding 29 (?) */
2618 /* SCRIPT_GREEK, pc code page 869, mac encoding 6 */
2718 /* SCRIPT_TURKISH, pc code page 857, mac encoding 35 */
2859 /* SCRIPT_EASTEUROPE, pc code page 852, mac encoding 29 */
3027 /* SCRIPT_EASTEUROPE, pc code page 852, mac encoding 29 */
[all …]
H A Dtcvtarb1.tab34 /* Convert-Tables: mappings/vendors/micsft/pc/cp862.txt from 04/24/96 Version 2.00 */
222 /* DOS/OS2, SCRIPT_HEBREW, pc code page 862, mac encoding 5 */
229 /* Convert-Tables: mappings/vendors/micsft/pc/cp864.txt from 04/24/96 Version 2.00 */
380 /* DOS/OS2, SCRIPT_ARABIC, pc code page 864, mac encoding 4 */
533 /* WIN, SCRIPT_HEBREW, pc code page 862, mac encoding 5 */
711 /* WIN, SCRIPT_ARABIC, pc code page 864, mac encoding 4 */
811 /* SCRIPT_ARABIC, pc code page 864, mac encoding 4 */
932 /* SCRIPT_HEBREW, pc code page 862, mac encoding 5 */
H A Dtcvtuni1.tab51 /* SCRIPT_UNICODE, pc code page 850 */
73 /* SCRIPT_UNICODE, pc code page 850 */
/trunk/main/redland/rasqal/
H A Dmakefile.mk77 … --disable-pcre --with-decimal=none --with-www=xml --build=i586-pc-mingw32 --host=i586-pc-mingw32 …
84 …IG_REQUIRES\@/raptor2 >= 2.0.7/; s/\@RAPTOR_LDFLAGS\@/$$ldflags/;' < rasqal.pc.in > rasqal.pc && \
/trunk/main/redland/raptor/
H A Dmakefile.mk81 …x-library=posix --with-decimal=none --with-www=xml --build=i586-pc-mingw32 --host=i586-pc-mingw32 …
88 …; s/\@PKG_CONFIG_REQUIRES\@//; s/\@RAPTOR_LDFLAGS\@/$$ldflags/;' < raptor2.pc.in > raptor2.pc && \
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx1160 const sal_Unicode* pc = aPureEntry.getStr(); in implGetLanguageVectorFromPackage() local
1161 bool bStartCanBeLanguage = ( nLen >= 2 && isLetter( pc[0] ) && isLetter( pc[1] ) ); in implGetLanguageVectorFromPackage()
1163 ( nLen == 2 || (nLen == 5 && pc[2] == '-' && isLetter( pc[3] ) && isLetter( pc[4] )) ); in implGetLanguageVectorFromPackage()
/trunk/main/psprint_config/prj/
H A Dbuild.lst1 pc psprint_config : soltools AFMS:afms NULL
2 pc psprint_config\prj nmake - all pc_prj NULL
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx184 sal_Char *pc = szBuffer + nBytesRead; in getImageFromFileName() local
187 *pc = '\0'; --pc; in getImageFromFileName()
189 while( ('\n' == *pc) || ('\r' == *pc) ); in getImageFromFileName()
191 … aImageName += rtl::OUString(szBuffer, pc - szBuffer + 1, osl_getThreadTextEncoding()); in getImageFromFileName()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java204 ParcelContainer pc = getChildContainer( location ); in findScript() local
206 if ( pc == null ) in findScript()
211 scriptData = pc.findScript( psu ); in findScript()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2578 for ( const char *pc = aFName.GetBuffer(); aSName.Len() < nMaxLen && *pc; ++pc ) in MakeShortName() local
2580 if ( STRING_NOTFOUND == aInvalidChars.Search( *pc ) && in MakeShortName()
2581 (unsigned char) *pc >= (unsigned char) 32 && in MakeShortName()
2582 ( !aSName.Len() || *pc != ' ' || aSName.GetChar(aSName.Len()-1) != ' ' ) ) in MakeShortName()
2583 aSName += *pc; in MakeShortName()
/trunk/main/cairo/pixman/
H A Dmakefile.mk61 CONFIGURE_FLAGS=--enable-static=yes --enable-shared=no --build=i586-pc-mingw32 --host=i586-pc-mingw…
/trunk/main/libxml2/
H A Dmakefile.mk68 … --without-lzma --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 …
/trunk/main/libxslt/
H A Dmakefile.mk67 …without-crypto --without-python --enable-static=no --build=i586-pc-mingw32 --host=i586-pc-mingw32 …
/trunk/main/cairo/cairo/
H A Dmakefile.mk82 …oc=no --enable-test-surfaces=no --enable-static=no --build=i586-pc-mingw32 --host=i586-pc-mingw32 …

Completed in 182 milliseconds

12345