Home
last modified time | relevance | path

Searched refs:Import (Results 1 – 25 of 169) sorted by relevance

1234567

/AOO41X/main/scp2/source/graphicfilter/
H A Dmodule_graphicfilter.ulf31 en-US = "Adobe Photoshop Import Filter"
34 en-US = "Adobe Photoshop Import Filter"
37 en-US = "TGA Import"
40 en-US = "TGA TrueVision TARGA Import Filter"
43 en-US = "EPS Import/Export Filter"
46 en-US = "Encapsulated Postscript Import/Export Filter"
55 en-US = "Portable Bitmap Import/Export"
58 en-US = "Portable Bitmap Import/Export Filters"
61 en-US = "SUN Rasterfile Import/Export"
64 en-US = "SUN Rasterfile Import/Export Filters"
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx182 void Import(com::sun::star::uno::Reference<
234 virtual sal_Bool Import(const com::sun::star::uno::Reference<
239 virtual sal_Bool Import(com::sun::star::uno::Reference<
242 virtual sal_Bool Import(com::sun::star::uno::Reference< in Import() function in OCX_Control
268 return Import(rSF,rFComp,rSz); in ReadAndImport()
462 using OCX_Control::Import; // to not hide the other two import methods
463 virtual sal_Bool Import(com::sun::star::uno::Reference<
564 using OCX_Control::Import; // to not hide the other two import methods
565 virtual sal_Bool Import(com::sun::star::uno::Reference<
617 using OCX_ContainerControl::Import; // to not hide the other two import methods
[all …]
H A Dsvxmsbas.hxx61 int Import( const String& rStorageName, const String &rSubStorageName,
63 int Import( const String& rStorageName, const String &rSubStorageName,
/AOO41X/main/extensions/test/ole/VisualBasic/
H A DProject1.vbproj65 <Import Include="Microsoft.VisualBasic" />
66 <Import Include="Microsoft.VisualBasic.Compatibility" />
67 <Import Include="System" />
68 <Import Include="System.Collections" />
69 <Import Include="System.Data" />
70 <Import Include="System.Diagnostics" />
71 <Import Include="System.Drawing" />
72 <Import Include="System.Windows.Forms" />
83 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx1118 sal_Bool OCX_Control::Import( in Import() function in OCX_Control
1140 return Import(xPropSet); in Import()
1143 sal_Bool OCX_Control::Import(uno::Reference<container::XNameContainer> &rDialog in Import() function in OCX_Control
1176 if (!Import(xPropSet)) in Import()
1364 sal_Bool OCX_CommandButton::Import( com::sun::star::uno::Reference< in Import() function in OCX_CommandButton
1402 aFontData.Import(rPropSet); in Import()
1654 sal_Bool OCX_OptionButton::Import(com::sun::star::uno::Reference< in Import() function in OCX_OptionButton
1702 aFontData.Import(rPropSet); in Import()
1873 sal_Bool OCX_TextBox::Import(com::sun::star::uno::Reference< in Import() function in OCX_TextBox
1954 aFontData.Import(rPropSet); in Import()
[all …]
H A Dsvxmsbas.cxx64 int SvxImportMSVBasic::Import( const String& rStorageName, in Import() function in SvxImportMSVBasic
69 return Import( rStorageName, rSubStorageName, codeNames, bAsComment, bStripped ); in Import()
72 int SvxImportMSVBasic::Import( const String& rStorageName, in Import() function in SvxImportMSVBasic
181 aForm.Import(xLib); in ImportForms_Impl()
/AOO41X/main/padmin/source/
H A Dnewppdlg.cxx87 Import(); in PPDImportDialog()
99 void PPDImportDialog::Import() in Import() function in PPDImportDialog
198 Import(); in IMPL_LINK()
208 Import(); in IMPL_LINK()
219 Import(); in IMPL_LINK()
/AOO41X/main/sd/source/ui/docshell/
H A Ddocshel4.cxx342 …his, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( rMedium.GetStorage() ) ).Import( nError ); in Load()
436 …, sal_True, SDXMLMODE_Organizer, SotStorage::GetVersion( rMedium.GetStorage() ) ).Import( nError ); in LoadFrom()
488 bRet = SdPPTFilter( rMedium, *this, sal_True ).Import(); in ConvertFrom()
497 bRet = SdXMLFilter( rMedium, *this, sal_True ).Import( nError ); in ConvertFrom()
506 … SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Normal, SOFFICE_FILEFORMAT_60 ).Import( nError ); in ConvertFrom()
512 bRet = SdCGMFilter( rMedium, *this, sal_True ).Import(); in ConvertFrom()
518 bRet = SdGRFFilter( rMedium, *this ).Import(); in ConvertFrom()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.hxx86 sal_Bool Import();
98 sal_Bool Import();
/AOO41X/main/solenv/inc/
H A D_tg_shl.mk5463 @echo Import libs generated with .def file or with .dll file.
5517 @echo Import libs generated with .def file or with .dll file.
5571 @echo Import libs generated with .def file or with .dll file.
5625 @echo Import libs generated with .def file or with .dll file.
5679 @echo Import libs generated with .def file or with .dll file.
5733 @echo Import libs generated with .def file or with .dll file.
5787 @echo Import libs generated with .def file or with .dll file.
5841 @echo Import libs generated with .def file or with .dll file.
5895 @echo Import libs generated with .def file or with .dll file.
5949 @echo Import libs generated with .def file or with .dll file.
/AOO41X/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx251 if (GraphicConverter::Import(aFile, rGraphic, CVT_EMF) == ERRCODE_NONE) in RenderAsEMF()
290 GraphicConverter::Import(aMemStm, rGraphic, CVT_PNG) == ERRCODE_NONE in RenderAsPNGThroughHelper()
541 if ( GraphicConverter::Import( rStream, aGraphic, CVT_WMF ) == ERRCODE_NONE ) in GraphicImport()
554 if ( GraphicConverter::Import( rStream, aGraphic, CVT_TIF ) == ERRCODE_NONE ) in GraphicImport()
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A Dtemplate.bsh22 Import standard OpenOffice.org API classes. For more information on
35 Import XScriptContext class. An instance of this class is available
/AOO41X/main/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.src122 // Import XSLT ----------------------------------------------------
147 // Import Template ------------------------------------------------
/AOO41X/main/sc/source/ui/dbgui/
H A Dasciiopt.src32 Text [ en-US ] = "Text Import" ;
59 Text [ en-US ] = "Import" ;
/AOO41X/main/cui/source/options/
H A Dopthtml.src207 Text [ en-US ] = "Import" ;
223 Text [ en-US ] = "~Import unknown HTML tags as fields" ;
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.hxx618 using OCX_Control::Import;
623 virtual sal_Bool Import(const com::sun::star::uno::Reference <
637 using OCX_Control::Import;
642 virtual sal_Bool Import(const com::sun::star::uno::Reference <
660 virtual sal_Bool Import(const com::sun::star::uno::Reference <
/AOO41X/main/sc/source/ui/src/
H A Dglobstr.src372 Text [ en-US ] = "Import" ;
1032 Text [ en-US ] = "Import text files" ;
1040 Text [ en-US ] = "Import Lotus files" ;
1044 Text [ en-US ] = "Import DBase files" ;
1056 Text [ en-US ] = "Dif Import" ;
/AOO41X/main/basctl/source/basicide/
H A Dbasidesh.src188 Text [ en-US ] = "Import Libraries" ;
667 Text [ en-US ] = "Dialog Import - Name already used" ;
687 Text [ en-US ] = "Dialog Import - Language Mismatch" ;
/AOO41X/main/sd/inc/
H A Dsdcgmfilter.hxx42 sal_Bool Import();
H A Dsdpptwrp.hxx42 sal_Bool Import();
H A Dsdxmlwrp.hxx51 sal_Bool Import( ErrCode& nError );
H A Dsdgrffilter.hxx45 sal_Bool Import();
/AOO41X/main/scp2/source/javafilter/
H A Dregistryitem_javafilter.scp75 Name = "Import";
255 Name = "Import";
/AOO41X/main/sw/source/ui/app/
H A Derror.src63 // Import-Errors
129 // Import-/Export-Errors
/AOO41X/main/vcl/inc/vcl/
H A Dcvtgrf.hxx56 …static sal_uLong Import( SvStream& rIStm, Graphic& rGraphic, sal_uLong nFormat = CVT_UNKNOW…

1234567