/aoo41x/main/sc/source/ui/unoobj/ |
H A D | filtuno.cxx | 69 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()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExportDocumentHandler.cxx | 156 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 D | xmlImportDocumentHandler.cxx | 146 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()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 244 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()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmliteme.cxx | 144 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()
|
/aoo41x/main/soltools/ldump/ |
H A D | ldump.cxx | 298 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 D | ldump.hxx | 33 bool bExport; // exportieren oder nicht ? member
|
/aoo41x/main/l10ntools/source/ |
H A D | localize.cxx | 825 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 D | lngmerge.cxx | 155 sal_Bool bExport = true; in WriteSDF() local 156 if ( bExport ) { in WriteSDF()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | SwXFilterOptions.cxx | 53 bExport( sal_False ) in SwXFilterOptions() 169 bExport = sal_False; in setTargetDocument() 178 bExport = sal_True; in setSourceDocument()
|
/aoo41x/main/xmloff/source/style/ |
H A D | XMLPageExport.cxx | 251 sal_Bool bExport = sal_False; in exportDefaultStyle() local 259 bExport = sal_True; in exportDefaultStyle() 266 if( bExport ) in exportDefaultStyle()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 3154 sal_Bool bExport = sal_False; in addHyperlinkAttributes() local 3164 bExport = sal_True; in addHyperlinkAttributes() 3180 bExport = sal_True; in addHyperlinkAttributes() 3189 bExport = sal_True; in addHyperlinkAttributes() 3198 bExport = sal_True; in addHyperlinkAttributes() 3207 bExport = sal_True; in addHyperlinkAttributes() 3216 bExport = sal_True; in addHyperlinkAttributes() 3219 if ( bExport ) in addHyperlinkAttributes() 3250 return bExport; in addHyperlinkAttributes()
|
/aoo41x/main/idl/source/prj/ |
H A D | database.cxx | 55 : bExport( sal_False ) in SvIdlDataBase() 985 bExport = ( aExportFile.EqualsIgnoreCaseAscii( rName ) ); in StartNewFile() 991 if ( bExport ) in AppendAttr()
|
/aoo41x/main/basic/source/uno/ |
H A D | scriptcont.cxx | 596 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 D | namecont.cxx | 1463 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 84 SotStorageRef xRootStrg, ScDocument& rDoc, rtl_TextEncoding eTextEnc, bool bExport ) : in XclRootData() argument 106 mbExport( bExport ) in XclRootData()
|
/aoo41x/main/sc/inc/ |
H A D | filtuno.hxx | 59 sal_Bool bExport; member in ScFilterOptionsObj
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | SwXFilterOptions.hxx | 55 sal_Bool bExport; member in SwXFilterOptions
|
/aoo41x/main/idl/inc/ |
H A D | database.hxx | 65 sal_Bool bExport; member in SvIdlDataBase
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlroot.hxx | 122 rtl_TextEncoding eTextEnc, bool bExport );
|