Home
last modified time | relevance | path

Searched refs:bHTML (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/inc/
H A Dmodcfg.hxx227 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 Dswmodule.hxx193 sal_Bool IsInsTblFormatNum(sal_Bool bHTML) const;
194 sal_Bool IsInsTblChangeNumFormat(sal_Bool bHTML) const;
195 sal_Bool IsInsTblAlignNum(sal_Bool bHTML) const;
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx544 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()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx86 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()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx138 … CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML=sal_False, sfx2::S…
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2679 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 Dtextview.cxx148 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()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx300 …sal_Bool Write( SvStream& rOutput, const TextSelection* pSel = NULL, sal_Bool bHTML = sal_False…
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1937 …pl::CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML, sfx2::SvBaseLink*… in CreateLinksDialog() argument
1939 SvBaseLinksDlg* pLinkDlg = new SvBaseLinksDlg( pParent, pMgr, bHTML ); in CreateLinksDialog()
H A Ddlgfact.hxx635 … CreateLinksDialog( Window* pParent, sfx2::LinkManager* pMgr, sal_Bool bHTML, sfx2::SvBaseLink*…
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1084 sal_Bool bHTML = 0 != (::GetHtmlMode( pView->GetDocShell() ) & HTMLMODE_ON); in DataToDoc() local
1086 pModOpt->GetInsTblFlags(bHTML), in DataToDoc()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx148 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 113 milliseconds