Home
last modified time | relevance | path

Searched refs:c (Results 726 – 750 of 1143) sorted by relevance

1...<<21222324252627282930>>...46

/trunk/main/basic/source/runtime/
H A Dmethods.cxx393 sal_Char c = (sal_Char)pArg->GetByte(); in implChr() local
394 ByteString s( c ); in implChr()
3421 sal_Unicode c; in RTLFUNC() local
3427 c = aCmdLine.GetBuffer()[ i ]; in RTLFUNC()
3428 if ( c != ' ' && c != '\t' ) in RTLFUNC()
3432 if( c == '\"' || c == '\'' ) in RTLFUNC()
3434 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx115 sal_Int32 c = (sal_Int32)size(); in getAsPackedPropertyValueList() local
118 css::uno::Sequence< css::beans::PropertyValue > lList(c); in getAsPackedPropertyValueList()
H A Dfiltercache.cxx1603 sal_Int32 c = lItems.getLength(); in impl_loadSet() local
1604 for (sal_Int32 i=0; i<c; ++i) in impl_loadSet()
1764 sal_Int32 c = lUINames.getLength(); in impl_savePatchUINames() local
1767 for (sal_Int32 i=0; i<c; ++i) in impl_savePatchUINames()
2137 sal_Int32 c = lNames.getLength(); in impl_convertFlagNames2FlagField() local
2138 for (sal_Int32 i=0; i<c; ++i) in impl_convertFlagNames2FlagField()
/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx191 sal_Int32 c = lJobs.getLength(); in trigger() local
192 for (sal_Int32 j=0; j<c; ++j) in trigger()
/trunk/main/idlc/test/parser/
H A Dconstructor.tests121 c2([in] long c, [in] X d);
162 c([in] any... a);
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java265 Class c = scriptLoader.loadClass( className ); in invoke() local
274 script = m_resolutionPolicy.getProxy( scriptDesc, c ); in invoke()
/trunk/main/scripting/workben/installer/
H A DVersion.java327 public Class getColumnClass(int c) { in getColumnClass() argument
328 return getValueAt(0, c).getClass(); in getColumnClass()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1708 char c; in LoadData() local
1709 r >> c; in LoadData()
1710 aData.nChar = c; in LoadData()
1823 char c = sal::static_int_cast< char >(aData.nChar); in StoreData() local
1824 r << c; in StoreData()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx145 int c; in writeJpeg_() local
147 while((c=str->getChar()) != EOF) in writeJpeg_()
148 o_rOutputBuf.push_back(static_cast<char>(c)); in writeJpeg_()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx849 sal_Unicode c = rFamilyName.GetChar( i ); in getMapName() local
850 if ( (c >= 0x0030) && (c <= 0x0039) ) in getMapName()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx74 const sal_Unicode c = rIn.getStr()[ n ]; in makeXMLName() local
75 switch ( c ) in makeXMLName()
98 rBuffer.append( c ); in makeXMLName()
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32225 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
468 --- misc/raptor2-2.0.15/src/sort_r.c 2014-06-30 10:09:40.000000000 -0700
469 +++ misc/build/raptor2-2.0.15/src/sort_r.c 2016-08-23 11:02:51.651428000 -0700
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx817 const sal_Unicode c = rStr.GetChar(i); in lcl_CheckRepeatString() local
818 if (c == rsep) in lcl_CheckRepeatString()
850 aBuf.Append(c); in lcl_CheckRepeatString()
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt44 ) | $$POSTRUN -b -c UNOPKG
74 ) | $$PKG_INSTALL_ROOT/usr/lib/postrun -c UNOPKG
/trunk/main/svl/source/misc/
H A Dinethist.cxx298 sal_uInt16 c = capacity(); in find() local
300 while ((l < r) && (r < c)) in find()
/trunk/main/stoc/test/
H A Dlanguage_binding.idl45 * simple c++ types
63 * complex c++ types
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java73 Class c = this.getClass(); in XmlDiff() local
74 InputStream is = c.getResourceAsStream(PROPSFILE); in XmlDiff()
/trunk/main/xmerge/workben/
H A DXmlDiff.java73 Class c = this.getClass(); in XmlDiff() local
74 InputStream is = c.getResourceAsStream(PROPSFILE); in XmlDiff()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx59 #define TEST_ENSURE(c, m) CPPUNIT_ASSERT_MESSAGE((m), (c)) argument
/trunk/main/libxmlsec/
H A Dxmlsec1-mingw32.patch224 --- misc/xmlsec1-1.2.14/src/nss/keywrapers.c 2009-09-29 15:55:33.430875248 +0200
225 +++ misc/build/xmlsec1-1.2.14/src/nss/keywrapers.c 2009-09-29 15:49:39.749963247 +0200
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx183 static sal_Bool IsChar( sal_Unicode c ) { return c >= MinChar; } in IsChar() argument
1437 void Stop(Ww1Shell& rOut, Ww1Manager& rMan, sal_Unicode& c) in Stop() argument
1438 { aHdd.Stop(rOut, rMan, c); } in Stop()
/trunk/main/uui/source/
H A Diahndl.cxx269 sal_Unicode c in replaceMessageWithArguments() local
271 if (c >= '1' && c <= '2') in replaceMessageWithArguments()
275 c - '1'); in replaceMessageWithArguments()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx418 sal_Bool GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect);
419 sal_uInt32 GetGlyphOutline (sal_Unicode c,
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java440 int c = 5; in impl_checkConcurrentAutoSaveToNormalUISave() local
441 for (i=0; i<c; ++i) in impl_checkConcurrentAutoSaveToNormalUISave()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx93 sal_Int16 SAL_CALL checkScriptType(sal_Unicode c) in checkScriptType() argument
114 UBlockCode block=ublock_getCode((sal_uInt32) c); in checkScriptType()

Completed in 260 milliseconds

1...<<21222324252627282930>>...46