Searched refs:bHTML (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | modcfg.hxx | 227 sal_Bool IsInsWithCaption(sal_Bool bHTML) const in IsInsWithCaption() 228 { return bHTML ? sal_False : aInsertConfig.bInsWithCaption; } in IsInsWithCaption() 229 void SetInsWithCaption( sal_Bool bHTML, sal_Bool b ) in SetInsWithCaption() argument 230 { if(!bHTML) in SetInsWithCaption() 244 sal_Bool IsInsTblFormatNum(sal_Bool bHTML) const in IsInsTblFormatNum() 246 void SetInsTblFormatNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblFormatNum() argument 250 sal_Bool IsInsTblChangeNumFormat(sal_Bool bHTML) const in IsInsTblChangeNumFormat() 252 void SetInsTblChangeNumFormat( sal_Bool bHTML, sal_Bool b ) in SetInsTblChangeNumFormat() argument 257 sal_Bool IsInsTblAlignNum(sal_Bool bHTML) const in IsInsTblAlignNum() 259 void SetInsTblAlignNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblAlignNum() argument [all …]
|
H A D | swmodule.hxx | 193 sal_Bool IsInsTblFormatNum(sal_Bool bHTML) const; 194 sal_Bool IsInsTblChangeNumFormat(sal_Bool bHTML) const; 195 sal_Bool IsInsTblAlignNum(sal_Bool bHTML) const;
|
/aoo41x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 544 sal_Bool SwModule::IsInsTblFormatNum(sal_Bool bHTML) const in IsInsTblFormatNum() 546 return pModuleConfig->IsInsTblFormatNum(bHTML); in IsInsTblFormatNum() 549 sal_Bool SwModule::IsInsTblChangeNumFormat(sal_Bool bHTML) const in IsInsTblChangeNumFormat() 551 return pModuleConfig->IsInsTblChangeNumFormat(bHTML); in IsInsTblChangeNumFormat() 558 sal_Bool SwModule::IsInsTblAlignNum(sal_Bool bHTML) const in IsInsTblAlignNum() 560 return pModuleConfig->IsInsTblAlignNum(bHTML); in IsInsTblAlignNum()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | modcfg.cxx | 86 sal_Bool bHTML, const SwCapObjType eType, const SvGlobalName *pOleId) in GetCapOption() argument 88 if(bHTML) in GetCapOption() 111 sal_Bool SwModuleOptions::SetCapOption(sal_Bool bHTML, const InsCaptionOpt* pOpt) in SetCapOption() argument 115 if(bHTML) in SetCapOption()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxdlg.hxx | 138 … CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML=sal_False, sfx2::S…
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 2679 sal_Bool TextEngine::Write( SvStream& rOutput, const TextSelection* pSel, sal_Bool bHTML ) in Write() argument 2692 if ( bHTML ) in Write() 2710 if ( !bHTML ) in Write() 2757 if ( bHTML ) in Write()
|
H A D | textview.cxx | 148 sal_Bool bHTML = GetHTMLStream().Tell() > 0; in getTransferDataFlavors() local 149 uno::Sequence< datatransfer::DataFlavor > aDataFlavors( bHTML ? 2 : 1 ); in getTransferDataFlavors() 151 if ( bHTML ) in getTransferDataFlavors()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 300 …sal_Bool Write( SvStream& rOutput, const TextSelection* pSel = NULL, sal_Bool bHTML = sal_False…
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1929 …pl::CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML, sfx2::SvBaseLink*… in CreateLinksDialog() argument 1931 SvBaseLinksDlg* pLinkDlg = new SvBaseLinksDlg( pParent, pMgr, bHTML ); in CreateLinksDialog()
|
H A D | dlgfact.hxx | 635 … CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML, sfx2::SvBaseLink*…
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1084 sal_Bool bHTML = 0 != (::GetHtmlMode( pView->GetDocShell() ) & HTMLMODE_ON); in DataToDoc() local 1086 pModOpt->GetInsTblFlags(bHTML), in DataToDoc()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 148 const sal_Bool bHTML = rFmt.getIDocumentSettingAccess()->get(IDocumentSettingAccess::HTML_MODE); in lcl_SetDfltBoxAttr() local 149 Color aCol( bHTML ? COL_GRAY : COL_BLACK ); in lcl_SetDfltBoxAttr() 151 if ( bHTML ) in lcl_SetDfltBoxAttr()
|
Completed in 214 milliseconds