Home
last modified time | relevance | path

Searched refs:bExport (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx69 bExport( sal_False ) in SC_SIMPLE_SERVICE_INFO()
151 if ( !bExport && aFilterString == ScDocShell::GetAsciiFilterName() ) in execute()
184 if (bExport) in execute()
234 DBG_ASSERT( !bExport, "Filter Options for Lotus Export is not implemented" ); in execute()
241 if ( bExport ) in execute()
257 if ( bExport ) in execute()
279 !bExport); in execute()
303 bExport = sal_False; in setTargetDocument()
311 bExport = sal_True; in setSourceDocument()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx156 bool bExport = true; in startElement() local
199 bExport = false; in startElement()
218 bExport = false; in startElement()
223 bExport = false; in startElement()
247 bExport = false; in startElement()
249 if ( bExport ) in startElement()
255 bool bExport = true; in endElement() local
274 bExport = false; in endElement()
279 bExport = !m_bFirstRowExported; in endElement()
282 if ( bExport ) in endElement()
H A DxmlImportDocumentHandler.cxx146 bool bExport = true; in startElement() local
193 bExport = false; in startElement()
234 bExport = false; in startElement()
241 bExport = false; in startElement()
282 if ( bExport ) in startElement()
288 bool bExport = true; in endElement() local
300 bExport = false; in endElement()
307 bExport = false; in endElement()
309 if ( bExport ) in endElement()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx244 bool bExport = (mpFilterInfo->maFlags & 2) == 2; in updateCurrentDocumentButtonState() local
246 if( bExport ) in updateCurrentDocumentButtonState()
248 maPBCurrentDocument.Enable( bExport && xCurrentDocument.is() ); in updateCurrentDocumentButtonState()
249 maFTNameOfCurentFile.Enable( bExport && xCurrentDocument.is() ); in updateCurrentDocumentButtonState()
293 bool bExport = (mpFilterInfo->maFlags & 2) == 2; in initDialog() local
297 maFLExport.Enable( bExport ); in initDialog()
298 maFTExportXSLT.Enable( bExport ); in initDialog()
299 maFTExportXSLTFile.Enable( bExport ); in initDialog()
300 maFTTransformDocument.Enable( bExport ); in initDialog()
301 maPBExportBrowse.Enable( bExport ); in initDialog()
/trunk/main/sw/source/filter/xml/
H A Dxmliteme.cxx144 sal_Bool bExport = sal_False; in handleSpecialItem() local
150 bExport = text::HoriOrientation::NONE == eHoriOrient || in handleSpecialItem()
154 bExport = text::HoriOrientation::NONE == eHoriOrient; in handleSpecialItem()
158 if( bExport && SvXMLExportItemMapper::QueryXMLValue( in handleSpecialItem()
/trunk/main/soltools/ldump/
H A Dldump.cxx298 pData->bExport = true; in PrintSym()
313 pData->bExport = true; in PrintSym()
420 pData->bExport=false; in ReadDataBase()
484 if ( pData->bExport ) in PrintDefFile()
508 if ( pData->bExport ) in PrintDefFile()
H A Dldump.hxx33 bool bExport; // exportieren oder nicht ? member
/trunk/main/l10ntools/source/
H A Dlocalize.cxx825 sal_Bool bExport = sal_False; in main() local
833 bExport = sal_True; in main()
843 bExport = sal_True; in main()
880 if ( !bMerge && !bExport ) { in main()
935 if ( bExport ){ in main()
956 if ( bExport ){ in main()
H A Dlngmerge.cxx155 sal_Bool bExport = true; in WriteSDF() local
156 if ( bExport ) { in WriteSDF()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx53 bExport( sal_False ) in SwXFilterOptions()
169 bExport = sal_False; in setTargetDocument()
178 bExport = sal_True; in setSourceDocument()
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx251 sal_Bool bExport = sal_False; in exportDefaultStyle() local
259 bExport = sal_True; in exportDefaultStyle()
266 if( bExport ) in exportDefaultStyle()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx3158 sal_Bool bExport = sal_False; in addHyperlinkAttributes() local
3168 bExport = sal_True; in addHyperlinkAttributes()
3184 bExport = sal_True; in addHyperlinkAttributes()
3193 bExport = sal_True; in addHyperlinkAttributes()
3202 bExport = sal_True; in addHyperlinkAttributes()
3211 bExport = sal_True; in addHyperlinkAttributes()
3220 bExport = sal_True; in addHyperlinkAttributes()
3223 if ( bExport ) in addHyperlinkAttributes()
3254 return bExport; in addHyperlinkAttributes()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx596 bool bExport = aTargetURL.getLength(); in implStorePasswordLibrary() local
607 if ( bExport && pBasicMgr->LegacyPsswdBinaryLimitExceeded(aNames) ) in implStorePasswordLibrary()
727 else if( pLib->mbPasswordVerified || bExport ) in implStorePasswordLibrary()
736 if( bExport ) in implStorePasswordLibrary()
H A Dnamecont.cxx1463 bool bExport = aTargetURL.getLength(); in implStoreLibrary() local
1471 if( bExport ) in implStoreLibrary()
1523 if( bExport ) in implStoreLibrary()
1534 if( bExport ) in implStoreLibrary()
1604 bool bExport = aTargetURL.getLength(); in implStoreLibraryIndexFile() local
1610 if( bExport ) in implStoreLibraryIndexFile()
1636 if( bExport ) in implStoreLibraryIndexFile()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx55 : bExport( sal_False ) in SvIdlDataBase()
985 bExport = ( aExportFile.EqualsIgnoreCaseAscii( rName ) ); in StartNewFile()
991 if ( bExport ) in AppendAttr()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx84 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc, bool bExport ) : in XclRootData() argument
106 mbExport( bExport ) in XclRootData()
/trunk/main/sc/inc/
H A Dfiltuno.hxx59 sal_Bool bExport; member in ScFilterOptionsObj
/trunk/main/sw/source/ui/inc/
H A DSwXFilterOptions.hxx55 sal_Bool bExport; member in SwXFilterOptions
/trunk/main/idl/inc/
H A Ddatabase.hxx65 sal_Bool bExport; member in SvIdlDataBase
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx122 rtl_TextEncoding eTextEnc, bool bExport );

Completed in 106 milliseconds