/aoo4110/main/svtools/source/filter/ |
H A D | FilterConfigCache.cxx | 251 aExport.push_back( aEntry ); in ImplInit() 331 aExport.push_back( aEntry ); in ImplInitSmart() 475 if( nFormat < aExport.size() ) in GetExportFilterName() 483 while ( aIter != aExport.end() ) in GetExportFormatNumber() 495 while ( aIter != aExport.end() ) in GetExportFormatNumberForMediaType() 507 while ( aIter != aExport.end() ) in GetExportFormatNumberForShortName() 519 while ( aIter != aExport.end() ) in GetExportFormatNumberForTypeName() 551 if ( (nFormat < aExport.size()) && (nEntry < aExport[ nFormat ].lExtensionList.getLength()) ) in GetExportFormatExtension() 580 return (nFormat < aExport.size()) && aExport[ nFormat ].bIsInternalFilter; in IsExportInternalFilter() 585 return (nFormat < aExport.size()) && aExport[ nFormat ].bIsPixelFormat; in IsExportPixelFormat() [all …]
|
H A D | FilterConfigCache.hxx | 77 CacheVector aExport; member in FilterConfigCache 117 { return sal::static_int_cast< sal_uInt16 >(aExport.size()); }; in GetExportFormatCount()
|
/aoo4110/main/basegfx/test/ |
H A D | basegfx2d.cxx | 150 ::rtl::OUString aExport; in impex() 154 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() 157 !aExport.compareToAscii(sExportString) ); in impex() 160 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() 162 !aExport.compareToAscii(sExportString)); in impex() 166 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() 197 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() 219 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() 221 !aExport.compareToAscii(sExportString1)); in impex() 226 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex() [all …]
|
/aoo4110/main/idl/source/objects/ |
H A D | types.cxx | 47 , aExport( sal_True, sal_False ) in SvMetaAttribute() 58 , aExport( sal_True, sal_False ) in SvMetaAttribute() 85 if( nMask & 0x04 ) rStm >> aExport; in Load() 101 if( aExport.IsSet() ) nMask |= 0x4; in Save() 112 if( nMask & 0x4 ) rStm << aExport; in Save() 160 if( aExport.IsSet() || !GetRef() ) return aExport; in GetExport() 173 if ( aExport.IsSet() && !aHidden.IsSet() ) in GetHidden() 174 return !aExport; in GetHidden() 464 if( !aExport || !aAutomation || aReadonly ) in WriteAttributesSvIdl() 468 if( !aExport ) in WriteAttributesSvIdl() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxexportfilter.cxx | 73 DocxExport aExport( this, pDoc, pCurPam, &aPam ); in exportDocument() local 74 aExport.ExportDocument( true ); // FIXME support exporting selection only in exportDocument()
|
H A D | rtfexportfilter.cxx | 84 RtfExport aExport( this, pDoc, pCurPam, &aPam, NULL ); in filter() local 85 aExport.ExportDocument( true ); in filter()
|
H A D | rtfexport.cxx | 1298 RtfExport aExport( NULL, pDoc, new SwPaM( *pCurPam->End(), *pCurPam->Start() ), pCurPam, this ); in WriteStream() local 1299 aExport.mbOutOutlineOnly = m_bOutOutlineOnly; in WriteStream() 1300 aExport.ExportDocument( true ); in WriteStream()
|
H A D | wrtww8.cxx | 3539 WW8Export aExport( this, pDoc, pCurPam, pOrigPam, m_bWrtWW8 ); in WriteStorage() local 3540 m_pExport = &aExport; in WriteStorage() 3541 aExport.ExportDocument( bWriteAll ); in WriteStorage()
|
/aoo4110/main/filter/source/pdf/ |
H A D | pdffilter.cxx | 119 PDFExport aExport( mxSrcDoc, xStatusIndicator, xIH, mxMSF ); in implExport() local 123 bRet = aExport.Export( aTempFile.GetURL(), aFilterData ); in implExport()
|
/aoo4110/main/idl/inc/ |
H A D | types.hxx | 42 SvBOOL aExport; member in SvMetaAttribute 78 { aExport = bSet; } in SetExport()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh2.cxx | 1185 ScImportExport aExport( pDoc, aRange ); in ExecuteDB() local 1186 … aExport.SetExportTextOptions( ScExportTextOptions( ScExportTextOptions::None, 0, false ) ); in ExecuteDB() 1189 aExport.SetDelimiter( static_cast< sal_Unicode >( 0 ) ); in ExecuteDB() 1194 aExport.ExportStream( aStream, String(), FORMAT_STRING ); in ExecuteDB()
|
/aoo4110/main/l10ntools/inc/ |
H A D | export.hxx | 539 Export& aExport; member in ParserQueue
|
/aoo4110/main/l10ntools/source/ |
H A D | export.cxx | 2620 aExport.Execute( aEntry.nTyp , (char*) aEntry.sLine.GetBuffer() ); in Pop() 2629 aExport( aExportObj ) , in ParserQueue()
|