Home
last modified time | relevance | path

Searched refs:c (Results 751 – 775 of 1143) sorted by relevance

1...<<31323334353637383940>>...46

/trunk/main/solenv/inc/
H A Dos2.mk94 IMPLIBFLAGS=/c
300 LIBFLAGS=/p=128 /c /m
/trunk/main/hsqldb/patches/
H A Di121754.patch296 +/* Copyright (c) 2001-2008, The HSQL Development Group
379 - * Copyright (c) 2001-2008, The HSQL Development Group
380 + * Copyright (c) 2001-2005, The HSQL Development Group
/trunk/main/extensions/source/scanner/
H A Dsane.cxx40 #define dump_state( a, b, c, d ) fprintf( stderr, a, b, c, d ); argument
42 #define dump_state( a, b, c, d ) ; argument
/trunk/main/boost/
H A Dboost_1_55_0.patch155 get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
159 return impl::call(c).head;
338 // C++0x features are only enabled when -std=c++0x or -std=gnu++0x are
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx475 sal_uIntPtr c=b; in ReverseOrderOfMarked() local
476 if (a<c) { // Sicherstellen, dass die OrdNums nicht Dirty sind in ReverseOrderOfMarked()
479 while (a<c) { in ReverseOrderOfMarked()
481 SdrObject* pObj2=GetMarkedObjectByIndex(c); in ReverseOrderOfMarked()
493 a++; c--; in ReverseOrderOfMarked()
/trunk/main/soltools/cpp/
H A D_tokens.c393 int c = tp->t[tp->len]; in peektokens() local
397 tp->t[tp->len] = (uchar) c; in peektokens()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx141 double c = dV * ( 1.0 - ( dS * ( 1.0 - f ) ) ); in HSVtoRGB() local
145 case 0: dR = dV; dG = c; dB = a; break; in HSVtoRGB()
147 case 2: dR = a; dG = dV; dB = c; break; in HSVtoRGB()
149 case 4: dR = c; dG = a; dB = dV; break; in HSVtoRGB()
/trunk/main/
H A Dconfigure.ac1153 CXX="`xcrun -f clang++` -std=c++11"
1716 dnl Checks for c compiler,
1717 dnl The check for the c++ compiler is later on.
2536 dnl Testing for c++ compiler and version...
2598 #include <bits/c++config.h>
2620 AC_MSG_CHECKING([for mingwin c++ backward include path])
2632 AC_MSG_RESULT([no mingwin c++ backward includes])
2776 dnl caching of the results (like "-x objective-c++" for Mac)
3373 if test `echo $WITH_JAVA | $GREP -c "gij"` -eq 0; then
3979 _python_version=`$_python -c "import sys; print sys.version;" | head -c 3`
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx83 inline sal_Bool MatchChar( sal_Unicode c );
104 inline sal_Bool SwXMLConditionParser_Impl::MatchChar( sal_Unicode c ) in MatchChar() argument
107 if( nPos < nLength && c == sInput[nPos] ) in MatchChar()
/trunk/main/redland/redland/
H A Dredland-1.0.17.patch.win32386 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
586 --- misc/redland-1.0.17/src/rdf_concepts.c 2013-11-13 14:54:40.000000000 -0800
587 +++ misc/build/redland-1.0.17/src/rdf_concepts.c 2016-08-23 22:42:25.559352000 -0700
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf7890 …eetingspage.src 0 fixedtext GREETINGS_BODY FI_FEMALE 225 hu A női címzettet jelző címlistamező …
11970 …be a wikibejegyzés címét. Ez a wikibejegyzés fő címsora. Új bejegyzés esetén a címnek egyedinek ke…
16898 …s.src 0 string RID_LETTERWIZARDDIALOG_START + 21 0 hu Helykitöltő a ~címzett címe helyett 20…
16985 …zres.src 0 string RID_FAXWIZARDDIALOG_START + 38 0 hu Helykitöltő a ~címzett címe helyett 20…
17284 wizards source\template\template.src 0 string CorrespondenceDialog+2 0 hu Több címzett (címlista…
33257címét mutatja. Egy URL-cím általános szerkezete a típusa szerint változik, és általában a következ…
34373 helpcontent2 source\text\shared\autopi\01010400.xhp 0 help par_idN10677 0 hu Megadja a címzett c
34374 …xt\shared\autopi\01010400.xhp 0 help par_idN10682 0 hu Helykitöltő a címzett címe helyett 20…
34685 …xt\shared\autopi\01020300.xhp 0 help par_idN105F9 0 hu Helykitöltő a címzett címe helyett 20…
66159 …N1055A 0 hu \<ahelp hid=\".\"\>Egy adott címzett körlevél-dokumentumának előnézetéhez adja meg …
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1341 sal_Unicode c; in WriteTextArray() local
1353 c = rString.GetChar( i ); in WriteTextArray()
1354 if ( c && ( c != 0x20 ) ) in WriteTextArray()
1360 WriteOpcode_Text( aPt, String( c ), bDelta ); in WriteTextArray()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1514 void EditDoc::InsertText( const EditPaM& rPaM, xub_Unicode c ) in InsertText() argument
1516 DBG_ASSERT( c != 0x0A, "EditDoc::InsertText: Zeilentrenner in Absatz nicht erlaubt!" ); in InsertText()
1517 DBG_ASSERT( c != 0x0D, "EditDoc::InsertText: Zeilentrenner in Absatz nicht erlaubt!" ); in InsertText()
1518 DBG_ASSERT( c != '\t', "EditDoc::InsertText: Zeilentrenner in Absatz nicht erlaubt!" ); in InsertText()
1520 rPaM.GetNode()->Insert( c, rPaM.GetIndex() ); in InsertText()
/trunk/main/sal/rtl/source/
H A Dtres.c30 #define TST_BOOM(c, m) OSL_ENSURE(c, m) argument
/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx339 ::sal_Int32 c = lModules.getLength(); in its_isHelpUrlADefaultOne()
342 for (i=0; i<c; ++i) in its_isHelpUrlADefaultOne()
/trunk/main/odk/docs/cpp/ref/
H A Dcpp.css81 #adc-cppref .btpriv { color:#06348c; }
84 #adc-cppref .btvpriv { color:#06348c; font-style:italic; }
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf1529 …lg\GroupsSorting.src 0 string STR_RPT_HELP_SORT 0 pl Wybierz rosnącą lub malejącą kolejność sor…
23997 …asic\shared\03020409.xhp 0 help par_id3153418 25 0 pl Filecopy "c:\\autoexec.bat", "c:\\test\\au…
25037 …asic\shared\03020406.xhp 0 help par_id3154685 11 0 pl Filecopy "c:\\autoexec.bat", "c:\\Temp\\Au…
27681 …asic\shared\03020412.xhp 0 help par_id3147435 11 0 pl Filecopy "c:\\autoexec.bat", "c:\\temp\\au…
27682 …asic\shared\03020412.xhp 0 help par_id3156444 12 0 pl Name "c:\\temp\\autoexec.sav" as "c:\\temp…
27710 …asic\shared\03020414.xhp 0 help par_id3153158 21 0 pl Filecopy "c:\\autoexec.bat", "c:\\test\\au…
41321 …\01\06140100.xhp 0 help par_idN1080B 0 pl Wstawia linię rozdzielającą pod bieżącą pozycją menu.…
41574 …\01\06140400.xhp 0 help par_idN106AC 0 pl Wstawia linię rozdzielającą pod bieżącą pozycją paska…
51299 …zać zaznaczone obiekty slajdu przeciągając je myszką, przy użyciu klawiszy strzałek lub kopiując j…
56898 …p par_id3155817 8 0 pl \<emph\>Miesiąc\</emph\> jest liczbą całkowitą w zakresie od 1 do 12 ozna…
[all …]
/trunk/main/tools/source/inet/
H A Dinetmime.cxx978 sal_uInt32 c = *pBegin++; in scanQuotedBlock() local
979 switch (c) in scanQuotedBlock()
1018 if (!isUSASCII(c)) in scanQuotedBlock()
1051 sal_uInt32 c = *pBegin++; in scanQuotedBlock() local
1052 switch (c) in scanQuotedBlock()
1091 if (!isUSASCII(c)) in scanQuotedBlock()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx994 const sal_Unicode c = p[i]; in lcl_parseHtmlFilterOption() local
995 if (c == sal_Unicode(' ')) in lcl_parseHtmlFilterOption()
1001 aBuf.append(c); in lcl_parseHtmlFilterOption()
1945 sal_Unicode c = aString.GetChar(0); in AsciiSave() local
1946 bString = (c == cStrDelim || c == ' ' || in AsciiSave()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl82 hyper c;
92 hyper c;
106 float c;
/trunk/main/sal/osl/w32/
H A Dfile.cxx857 volatile BYTE c = 0; in osl_mapFile() local
860 c ^= pData[0]; in osl_mapFile()
866 c ^= pData[0]; in osl_mapFile()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx137 if( nElement == XLS_TOKEN( c ) && importCell( rAttribs ) ) in onCreateContext()
141 case XLS_TOKEN( c ): in onCreateContext()
174 if( getCurrentElement() == XLS_TOKEN( c ) ) in onEndElement()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx89 xub_StrLen SvNumberformat::InsertBlanks( String& r, xub_StrLen nPos, sal_Unicode c ) in InsertBlanks() argument
91 if( c >= 32 ) in InsertBlanks()
94 if( c <= 127 ) in InsertBlanks()
95 n = cCharWidths[ c - 32 ]; in InsertBlanks()
3572 const sal_Unicode c = *p; in ImpGetNumberOutput() local
3578 if ( c == '0' ) in ImpGetNumberOutput()
3580 else if ( c == '-' ) in ImpGetNumberOutput()
3586 else if ( c == '?' ) in ImpGetNumberOutput()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3174 bool X11SalFrame::appendUnicodeSequence( sal_Unicode c ) in appendUnicodeSequence() argument
3181 if( (c >= sal_Unicode('0') && c <= sal_Unicode('9')) || in appendUnicodeSequence()
3182 (c >= sal_Unicode('a') && c <= sal_Unicode('f')) || in appendUnicodeSequence()
3183 (c >= sal_Unicode('A') && c <= sal_Unicode('F')) ) in appendUnicodeSequence()
3187 aBuf.append( c ); in appendUnicodeSequence()
/trunk/main/svtools/source/misc/
H A Dimap2.cxx47 #define NOTEOL(c) ((c)!='\0') argument

Completed in 2278 milliseconds

1...<<31323334353637383940>>...46