Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 25 of 218) sorted by relevance

123456789

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java56 public class Convert { class
196 + Convert.version in printHelp()
255 OutputHandler.out("Started at : " + Convert.startTime); in showStatistic()
256 Convert.cal = Calendar.getInstance(); in showStatistic()
257 OutputHandler.out("Finished at : " + Convert.cal.getTime()); in showStatistic()
271 .lastIndexOf(Convert.extensionSeperator) + 1); in extractExtension()
293 public Convert() { in Convert() method in Convert
501 if(EMPTY.equals(Convert.secondSourceName)){ in createContentOfClParameters()
502 Convert.secondSourceName=filePath+fileName+".sdf"; in createContentOfClParameters()
523 if (targetName.equals(Convert.secondSourceName)){ in createContentOfClParameters()
[all …]
/trunk/main/forms/source/xforms/
H A Dconvert.cxx42 using xforms::Convert;
54 Convert::Convert() in Convert() function in Convert
506 void Convert::init() in init()
517 Convert& Convert::get() in get()
520 static Convert* pConvert = NULL; in get()
522 pConvert = new Convert(); in get()
528 bool Convert::hasType( const Type_t& rType ) in hasType()
533 Convert::Types_t Convert::getTypes() in getTypes()
541 rtl::OUString Convert::toXSD( const Any_t& rAny ) in toXSD()
547 Convert::Any_t Convert::toAny( const rtl::OUString& rValue, in toAny()
[all …]
H A Ddatatypes.cxx240 ::rtl::OUString sConverted = Convert::convertWhitespace( _rValue, m_nWST ); in _validate()
800 Any aTypeValue = Convert::get().toAny( value, getCppuType() ); in _getValue()
815 return Convert::get().toXSD( _rValue ); in typedValueAsHumanReadableString()
842 Any aTypedValue = Convert::get().toAny( value, getCppuType() ); in _getValue()
857 return Convert::get().toXSD( _rValue ); in typedValueAsHumanReadableString()
903 Any aTypedValue = Convert::get().toAny( value, getCppuType() ); in _getValue()
917 ::rtl::OUString sString = Convert::get().toXSD( _rValue ); in typedValueAsHumanReadableString()
H A Dconvert.hxx48 class Convert class
61 Convert();
67 static Convert& get();
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb227 Dim arUShort() As UInt16 = {Convert.ToUInt16(0), Convert.ToUInt16(1), _
228 Convert.ToUInt16(&Hffff)}
230 Dim arULong() As UInt32 = {Convert.ToUInt32(0), Convert.ToUInt32(1), _
231 Convert.ToUInt32(&HffffffffL)}
233 Dim arUHyper() As UInt64 = {Convert.ToUInt64(0), Convert.ToUInt64(1), _
234 Convert.ToUInt64(&Hffffffff5L)}
245 assign( arStruct(0), True, "@"C, 17, &H1234, Convert.ToUInt16(&Hfedc), _
246 &H12345678, Convert.ToUInt32(&H123456), &H123456789abcdef0, _
247 Convert.ToUInt64(123456788), 17.0815F, 3.1415926359, _
250 assign( arStruct(1), True, "A"C, 17, &H1234, Convert.ToUInt16(&Hfedc), _
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx237 void Convert( const XclExpChRoot& rRoot,
273 bool Convert( const XclExpChRoot& rRoot,
306 void Convert( const ScfPropertySet& rPropSet, XclChObjectType eObjType );
380 void Convert( const ScfPropertySet& rPropSet );
477 void Convert(
576 void Convert( const XclExpChRoot& rRoot,
612 void Convert( const ScfPropertySet& rPropSet );
626 void Convert( const ScfPropertySet& rPropSet );
701 bool Convert( XRegressionCurveRef xRegCurve, sal_uInt16 nSeriesIdx );
728 …bool Convert( XclExpChSourceLink& rValueLink, sal_uInt16& rnValueCount, const ScfPr…
[all …]
H A Dxichart.hxx245 void Convert( const XclImpChRoot& rRoot,
275 void Convert( const XclImpChRoot& rRoot,
299 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet,
383 void Convert( ScfPropertySet& rPropSet, bool bUsePicFmt = false ) const;
575 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet,
597 void Convert( ScfPropertySet& rPropSet ) const;
632 void Convert( ScfPropertySet& rPropSet ) const;
702 … void Convert( ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo ) const;
945 void Convert( ScfPropertySet& rPropSet, bool b3dWallChart ) const;
1003 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet ) const;
[all …]
H A Dexcform.hxx57 virtual ConvErr Convert( const ScTokenArray*&, XclImpStream& rStrm, sal_Size nFormulaLen,
60 …virtual ConvErr Convert( _ScRangeListTabs&, XclImpStream& rStrm, sal_Size nFormulaLen, const F…
134 …virtual ConvErr Convert( const ScTokenArray*& rpTokArray, XclImpStream& rStrm, sal_Size nFormu…
136 …virtual ConvErr Convert( _ScRangeListTabs&, XclImpStream& rStrm, sal_Size nFormulaLen, const F…
H A Dformel.hxx211 …virtual ConvErr Convert( const ScTokenArray*& rpErg, XclImpStream& rStrm, sal_Size nFormulaLen,
213 virtual ConvErr Convert( _ScRangeListTabs&, XclImpStream& rStrm, sal_Size nFormulaLen,
241 virtual ConvErr Convert( const ScTokenArray*& rpErg, sal_Int32& nRest,
/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx120 nOldValue = Convert(GetValue(), GetUnit(), eOldUnit); in ShowPercent()
153 MetricFormatter::SetValue(Convert(nNewValue, eInUnit, GetUnit())); in SetPrcntValue()
165 sal_Int64 nValue = Convert(nNewValue, eInUnit, eOldUnit); in SetPrcntValue()
180 MetricField::SetUserValue(Convert(nNewValue, eInUnit, GetUnit()),FUNIT_NONE); in SetUserValue()
192 sal_Int64 nValue = Convert(nNewValue, eInUnit, eOldUnit); in SetUserValue()
219 return Convert(MetricField::GetValue(), GetUnit(), eOutUnit); in GetValue()
234 nOldMin = Convert(nNewMin, eInUnit, eOldUnit); in SetMin()
236 sal_Int64 nPercent = Convert(nNewMin, eInUnit, FUNIT_CUSTOM); in SetMin()
324 return Convert(GetValue(), GetUnit(), eOutUnit); in GetRealValue()
331 sal_Int64 PercentField::Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit) in Convert() function in PercentField
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx533 void XclExpChLineFormat::Convert( const XclExpChRoot& rRoot, in Convert() function in XclExpChLineFormat
583 xLineFmt->Convert( rRoot, rPropSet, eObjType ); in lclCreateLineFormat()
601 bool XclExpChAreaFormat::Convert( const XclExpChRoot& rRoot, in Convert() function in XclExpChAreaFormat
680 void XclExpChEscherFormat::Convert( const ScfPropertySet& rPropSet, XclChObjectType eObjType ) in Convert() function in XclExpChEscherFormat
761 mxLineFmt->Convert( rRoot, rPropSet, eObjType ); in ConvertFrameBase()
766 bool bComplexFill = mxAreaFmt->Convert( rRoot, rPropSet, eObjType ); in ConvertFrameBase()
770 mxEscherFmt->Convert( rPropSet, eObjType ); in ConvertFrameBase()
816 void XclExpChFrame::Convert( const ScfPropertySet& rPropSet ) in Convert() function in XclExpChFrame
868 xFrame->Convert( rPropSet ); in lclCreateFrame()
1134 void XclExpChFrLabelProps::Convert( const ScfPropertySet& rPropSet, bool bShowSeries, in Convert() function in XclExpChFrLabelProps
[all …]
H A Dxichart.cxx468 void XclImpChLineFormat::Convert( const XclImpChRoot& rRoot, in Convert() function in XclImpChLineFormat
504 void XclImpChAreaFormat::Convert( const XclImpChRoot& rRoot, in Convert() function in XclImpChAreaFormat
556 void XclImpChEscherFormat::Convert( const XclImpChRoot& rRoot, in Convert() function in XclImpChEscherFormat
617 mxLineFmt->Convert( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertLineBase()
627 mxEscherFmt->Convert( rRoot, rPropSet, eObjType, bUsePicFmt ); in ConvertAreaBase()
629 mxAreaFmt->Convert( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertAreaBase()
700 void XclImpChFrame::Convert( ScfPropertySet& rPropSet, bool bUsePicFmt ) const in Convert() function in XclImpChFrame
1068 mxFrame->Convert( rPropSet ); in ConvertFrame()
1277 void XclImpChMarkerFormat::Convert( const XclImpChRoot& rRoot, in Convert() function in XclImpChMarkerFormat
1322 void XclImpChPieFormat::Convert( ScfPropertySet& rPropSet ) const in Convert() function in XclImpChPieFormat
[all …]
H A Dxiname.cxx162 … if( rFmlaConv.Convert( GetPrintAreaBuffer(), rStrm, nFmlaSize, FT_RangeName ) == ConvOK ) in XclImpName()
166 … if( rFmlaConv.Convert( GetTitleAreaBuffer(), rStrm, nFmlaSize, FT_RangeName ) == ConvOK ) in XclImpName()
175 rFmlaConv.Convert( pTokArr, rStrm, nFmlaSize, false, FT_RangeName ); in XclImpName()
203 rFmlaConv.Convert( pTokArr, rStrm, nFmlaSize, true, FT_RangeName ); in XclImpName()
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx45 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in AlphaMask()
77 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in operator =()
290 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in Scale()
302 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in Scale()
413 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in Replace()
428 Bitmap::Convert( BMP_CONVERSION_8BIT_GREYS ); in ReleaseAccess()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DConverterFactory.java83 public Convert getConverter(String mimeTypeIn, String mimeTypeOut) { in getConverter()
114 public Convert getConverter(ConverterInfo ci, boolean toOffice) { in getConverter()
116 Convert myConvert = new Convert(ci, toOffice); in getConverter()
H A DConvert.java46 public class Convert implements Cloneable { class
76 public Convert(ConverterInfo ci, boolean toOffice) { in Convert() method in Convert
172 Convert aClone = null; in clone()
175 aClone = (Convert) super.clone(); in clone()
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl94 /** Convert integer bitmap color to generic IEEE double device
115 /** Convert integer bitmap color to integer bitmap color of
136 /** Convert color value in this color space to sRGB color values.<p>
159 /** Convert color value in this color space to sRGB color values,
181 /** Convert color value in this color space to premultiplied sRGB
205 /** Convert sRGB color to an integer representation in this color
226 /** Convert sRGB color with linear alpha into this color space.<p>
246 /** Convert premultiplied sRGB color with linear alpha into this
H A DXColorSpace.idl113 /** Convert to color of another color space.<p>
132 /** Convert color value in this color space to sRGB color values.<p>
155 /** Convert color value in this color space to sRGB color values, with linear alpha.<p>
175 /** Convert color value in this color space to premultiplied sRGB
199 /** Convert sRGB color to a representation in this color space.<p>
217 /** Convert sRGB color with linear alpha into this color space.<p>
235 /** Convert premultiplied sRGB color with linear alpha into this
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DActiveSyncDriver.java31 import org.openoffice.xmerge.Convert;
48 asd.Convert(args[0], args[1], args[2], args[3]); in main()
56 …private boolean Convert(String srcMime, String dstMime, String srcFile, String dstFile) throws Exc… in Convert() method in ActiveSyncDriver
104 Convert conv = cf.getConverter(srcMime, dstMime); in Convert()
/trunk/main/l10ntools/source/
H A Dutf8conv.cxx44 void UTF8Converter::Convert( ByteString &rBuffer, in Convert() function in UTF8Converter
58 Convert( sReturn, nEncoding, RTL_TEXTENCODING_UTF8 ); in ConvertToUTF8()
68 Convert( sReturn, RTL_TEXTENCODING_UTF8, nEncoding ); in ConvertFromUTF8()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx257 if( aAccBmp.Convert( BMP_CONVERSION_8BIT_TRANS ) ) in CreateAccess()
259 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in CreateAccess()
264 aAccBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateAccess()
267 aAccBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateAccess()
/trunk/main/sal/textenc/
H A Dtcvtest1.tab34 /* Convert-Tables: mappings/vendors/micsft/pc/cp737.txt from 04/24/96 Version 2.00 */
193 /* Convert-Tables: mappings/vendors/micsft/pc/cp775.txt from 04/24/96 Version 2.00 */
399 /* Convert-Tables: mappings/vendors/micsft/pc/cp852.txt from 04/24/96 Version 2.00 */
605 /* Convert-Tables: mappings/vendors/micsft/pc/cp855.txt from 04/24/96 Version 2.00 */
741 /* Convert-Tables: mappings/vendors/micsft/pc/cp857.txt from 04/24/96 Version 2.00 */
876 /* Convert-Tables: mappings/vendors/micsft/pc/cp866.txt from 04/24/96 Version 2.00 */
1032 /* Convert-Tables: mappings/vendors/micsft/pc/cp869.txt from 04/24/96 Version 2.00 */
1178 /* Convert-Tables: mappings/vendors/micsft/windows/cp1250.txt from 04/15/98 Version 2.01 */
1379 /* Convert-Tables: mappings/vendors/micsft/windows/cp1251.txt from 04/15/98 Version 2.01 */
1514 /* Convert-Tables: mappings/vendors/micsft/windows/cp1253.txt from 04/15/98 Version 2.01 */
[all …]
H A Dtcvtlat1.tab34 /* Convert-Tables: mappings/vendors/micsft/pc/cp437.txt from 04/24/96 Version 2.00 */
209 /* Convert-Tables: mappings/vendors/micsft/pc/cp850.txt from 04/24/96 Version 2.00 */
343 /* Convert-Tables: mappings/vendors/micsft/pc/cp860.txt from 04/24/96 Version 2.00 */
516 /* Convert-Tables: mappings/vendors/micsft/pc/cp861.txt from 04/24/96 Version 2.00 */
691 /* Convert-Tables: mappings/vendors/micsft/pc/cp863.txt from 04/24/96 Version 2.00 */
866 /* Convert-Tables: mappings/vendors/micsft/pc/cp865.txt from 04/24/96 Version 2.00 */
1041 /* Convert-Tables: mappings/vendors/micsft/windows/cp1252.txt from 04/15/98 Version 2.01 */
1146 /* Convert-Tables: mappings/iso8859/8859-1.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */
1211 /* Convert-Tables: mappings/iso8859/8859-14.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */
1339 /* Convert-Tables: mappings/iso8859/8859-15.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */
[all …]
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx114 aBmp.Convert( BMP_CONVERSION_8BIT_TRANS ); in WriteXPM()
116 aBmp.Convert( BMP_CONVERSION_4BIT_TRANS ); in WriteXPM()
122 aBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in WriteXPM()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx143 aThumbBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateThumb()
157 aThumbBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateThumb()
178 aThumbBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateThumb()
607 aThumbBmp.Convert(BMP_CONVERSION_8BIT_COLORS); in CreateThumb()

123456789