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()
245 … { return bHTML ? aWebTableConfig.bInsTblFormatNum : aTableConfig.bInsTblFormatNum; } in IsInsTblFormatNum()
246 void SetInsTblFormatNum( sal_Bool bHTML, sal_Bool b ) in SetInsTblFormatNum() argument
247 … { bHTML ? (aWebTableConfig.bInsTblFormatNum = b) : (aTableConfig.bInsTblFormatNum = b); in SetInsTblFormatNum()
248 bHTML ? aWebTableConfig.SetModified() : aTableConfig.SetModified();} in SetInsTblFormatNum()
250 sal_Bool IsInsTblChangeNumFormat(sal_Bool bHTML) const in IsInsTblChangeNumFormat()
[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.cxx538 sal_Bool SwModule::IsInsTblFormatNum(sal_Bool bHTML) const in IsInsTblFormatNum()
540 return pModuleConfig->IsInsTblFormatNum(bHTML); in IsInsTblFormatNum()
543 sal_Bool SwModule::IsInsTblChangeNumFormat(sal_Bool bHTML) const in IsInsTblChangeNumFormat()
545 return pModuleConfig->IsInsTblChangeNumFormat(bHTML); in IsInsTblChangeNumFormat()
552 sal_Bool SwModule::IsInsTblAlignNum(sal_Bool bHTML) const in IsInsTblAlignNum()
554 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 … 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()