Home
last modified time | relevance | path

Searched refs:GetSearchStyle (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwptoc.cxx172 pTemplate->AddEntry(enumXFIndexTemplateChapter, pLevel->GetSearchStyle()); in XFConvert()
176 pTemplate->AddEntry(enumXFIndexTemplateText, pLevel->GetSearchStyle()); in XFConvert()
225 …static_cast<sal_Int32>(i)), m_pFoundry->FindActualStyleName(pLevel->GetSearchStyle()), pTemplate); in XFConvert()
315 OUString sLwpStyleName = pLevel->GetSearchStyle(); in AddSourceStyle()
H A Dlwptoc.hxx157 OUString const& GetSearchStyle() const { return m_SearchName.str(); } in GetSearchStyle() function in LwpTocLevelData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwptoc.cxx176 pTemplate->AddEntry(enumXFIndexTemplateChapter, pLevel->GetSearchStyle()); in XFConvert()
180 pTemplate->AddEntry(enumXFIndexTemplateText, pLevel->GetSearchStyle()); in XFConvert()
229 …tatic_cast<sal_Int32>(i)), m_pFoundry->FindActuralStyleName(pLevel->GetSearchStyle()), pTemplate); in XFConvert()
319 OUString sLwpStyleName = pLevel->GetSearchStyle(); in AddSourceStyle()
H A Dlwptoc.hxx152 OUString const & GetSearchStyle() const {return m_SearchName.str();} in GetSearchStyle() function in LwpTocLevelData
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h398 STDMETHOD(GetSearchStyle) (THIS_ DWORD *pdwSearchStyle) PURE;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h398 STDMETHOD(GetSearchStyle) (THIS_ DWORD *pdwSearchStyle) PURE;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs27503 pub unsafe fn GetSearchStyle(&self) -> ::windows::runtime::Result<u32> {