/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Convert.java | 55 public class Convert { class 195 + Convert.version in printHelp() 254 OutputHandler.out("Started at : " + Convert.startTime); in showStatistic() 255 Convert.cal = Calendar.getInstance(); in showStatistic() 270 .lastIndexOf(Convert.extensionSeperator) + 1); in extractExtension() 292 public Convert() { in Convert() method in Convert 500 if(EMPTY.equals(Convert.secondSourceName)){ in createContentOfClParameters() 522 if (targetName.equals(Convert.secondSourceName)){ in createContentOfClParameters() 525 }else if (targetName.equals(Convert.sourceName)){ in createContentOfClParameters() 529 }else if (targetName.equals(Convert.secondSourceName)){ in createContentOfClParameters() [all …]
|
/aoo4110/main/forms/source/xforms/ |
H A D | convert.cxx | 42 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 D | datatypes.cxx | 240 ::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 D | convert.hxx | 48 class Convert class 61 Convert(); 67 static Convert& get();
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 227 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)} 247 Convert.ToUInt64(123456788), 17.0815F, 3.1415926359, _ 252 Convert.ToUInt64(12345678), 17.0815F, 3.1415926359, _ 257 Convert.ToUInt64(87654321), 17.0815F, 3.1415926359, _ 561 Convert.ToUInt32(4294967294), _ [all …]
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 237 void Convert( const XclExpChRoot& rRoot, 273 bool Convert( const XclExpChRoot& rRoot, 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 ); 826 void Convert( XDiagramRef xDiagram, XChartTypeRef xChartType, 882 void Convert( const ScfPropertySet& rPropSet ); 912 void Convert( const ScfPropertySet& rPropSet ); [all …]
|
H A D | xichart.hxx | 245 void Convert( const XclImpChRoot& rRoot, 275 void Convert( const XclImpChRoot& rRoot, 299 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, 575 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, 597 void Convert( ScfPropertySet& rPropSet ) const; 632 void Convert( ScfPropertySet& rPropSet ) const; 1166 void Convert( ScaleData& rScaleData, bool bMirrorOrient ) const; 1193 void Convert( ScfPropertySet& rPropSet ) const; 1316 void Convert( XDiagramRef xDiagram ) const; 1400 void Convert( XChartDocRef xChartDoc, [all …]
|
H A D | excform.hxx | 57 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 D | formel.hxx | 211 …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,
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 120 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
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 533 void XclExpChLineFormat::Convert( const XclExpChRoot& rRoot, in Convert() function in XclExpChLineFormat 583 xLineFmt->Convert( rRoot, rPropSet, eObjType ); in lclCreateLineFormat() 761 mxLineFmt->Convert( rRoot, rPropSet, eObjType ); in ConvertFrameBase() 770 mxEscherFmt->Convert( rPropSet, eObjType ); in ConvertFrameBase() 868 xFrame->Convert( rPropSet ); in lclCreateFrame() 1613 mxPieFmt->Convert( rPropSet ); in ConvertDataSeries() 1620 mx3dDataFmt->Convert( rPropSet ); in ConvertDataSeries() 2436 mxChart3d->Convert( aDiaProp, Is3dWallChart() ); in ConvertType() 2519 mxLegend->Convert( rPropSet ); in ConvertLegend() 2581 mxUpBar->Convert( aWhiteProp ); in CreateAllStockSeries() [all …]
|
H A D | xichart.cxx | 1068 mxFrame->Convert( rPropSet ); in ConvertFrame() 1540 mxPieFmt->Convert( rPropSet ); in Convert() 1542 mx3dDataFmt->Convert( rPropSet ); in Convert() 2479 mxFrame->Convert( aLegendProp ); in CreateLegend() 2878 xUpBar->Convert( GetChRoot(), aBarProp ); in CreateStockSeries() 3249 mxTick->Convert( aAxisProp ); in CreateAxis() 3349 mxWallFrame->Convert( rPropSet, true ); in ConvertWall() 3718 mxPlotFrame->Convert( aWallProp ); in ConvertBackground() 3841 mxFrame->Convert( aFrameProp ); in Convert() 3861 mxPrimAxesSet->Convert( xDiagram ); in Convert() [all …]
|
H A D | xiname.cxx | 162 … 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/ |
H A D | ConverterFactory.java | 83 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 D | Convert.java | 46 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | alpha.cxx | 45 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | ActiveSyncDriver.java | 31 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()
|
/aoo4110/main/sal/qa/rtl/strings/ |
H A D | test_oustring_convert.cxx | 34 class Convert: public CppUnit::TestFixture class 39 CPPUNIT_TEST_SUITE(Convert); 46 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(test::oustring::Convert, "alltest"); 122 void test::oustring::Convert::convertToString() in convertToString()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XIntegerBitmapColorSpace.idl | 94 /** 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 D | XColorSpace.idl | 142 /** Convert to color of another color space.<p> 161 /** Convert color value in this color space to sRGB color values.<p> 184 /** Convert color value in this color space to sRGB color values, with linear alpha.<p> 204 /** Convert color value in this color space to premultiplied sRGB 228 /** Convert sRGB color to a representation in this color space.<p> 246 /** Convert sRGB color with linear alpha into this color space.<p> 264 /** Convert premultiplied sRGB color with linear alpha into this
|
/aoo4110/main/l10ntools/source/ |
H A D | utf8conv.cxx | 44 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()
|
/aoo4110/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 257 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()
|
/aoo4110/main/filter/source/graphicfilter/expm/ |
H A D | expm.cxx | 114 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()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galobj.cxx | 143 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()
|
/aoo4110/main/sal/textenc/ |
H A D | tcvtest1.tab | 34 /* 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 */ 3035 /* Convert-Tables: mappings/vendors/apple/centeuro.txt from 02/05/98 */ 3240 /* Convert-Tables: mappings/vendors/apple/croatien.txt from 02/05/98 */ 3388 /* Convert-Tables: mappings/vendors/apple/cyrillic.txt from 02/15/98 */ 3523 /* Convert-Tables: mappings/vendors/apple/roman.txt from 08/18/98 */ 3677 /* Convert-Tables: mappings/vendors/apple/romanian.txt from 02/05/98 */ 3831 /* Convert-Tables: mappings/vendors/apple/turkish.txt from 02/05/98 */ 3978 /* Convert-Tables: mappings/vendors/apple/ukraine.txt from 02/05/98 */ 4113 /* Convert-Tables: typed per hand */ [all …]
|