Home
last modified time | relevance | path

Searched refs:GetUnoTextFrame (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Ddrawingml.hxx133 virtual css::uno::Reference<css::text::XTextFrame> GetUnoTextFrame(
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx1057 virtual css::uno::Reference<css::text::XTextFrame> GetUnoTextFrame(
H A Ddocxattributeoutput.cxx5026 uno::Reference<css::text::XTextFrame> DocxAttributeOutput::GetUnoTextFrame( in GetUnoTextFrame() function in DocxAttributeOutput
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx1487 auto xTextFrame = pTextExport->GetUnoTextFrame(xShape); in EndShape()
H A Ddrawingml.cxx3081 auto xTextFrame = mpTextExport->GetUnoTextFrame(xShape); in WriteText()