Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx103 if(rSh.GetRowBackground(aBrush)) in lcl_getTableAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx104 if(rSh.GetRowBackground(aBrush)) in lcl_getTableAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfesh.hxx686 bool GetRowBackground( std::shared_ptr<SvxBrushItem>& rToFill ) const; ///< FALSE ambiguous.
H A Ddoc.hxx1482 static bool GetRowBackground( const SwCursor& rCursor, std::shared_ptr<SvxBrushItem>& rToFill );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfesh.hxx686 bool GetRowBackground( std::unique_ptr<SvxBrushItem>& rToFill ) const; ///< FALSE ambiguous.
H A Ddoc.hxx1491 static bool GetRowBackground( const SwCursor& rCursor, std::unique_ptr<SvxBrushItem>& rToFill );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfetab.cxx750 bool SwFEShell::GetRowBackground( std::shared_ptr<SvxBrushItem>& rToFill ) const in GetRowBackground() function in SwFEShell
752 return SwDoc::GetRowBackground( *getShellCursor( false ), rToFill ); in GetRowBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfetab.cxx778 bool SwFEShell::GetRowBackground( std::unique_ptr<SvxBrushItem>& rToFill ) const in GetRowBackground() function in SwFEShell
780 return SwDoc::GetRowBackground( *getShellCursor( false ), rToFill ); in GetRowBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtabsh.cxx158 if(rSh.GetRowBackground(aBrush)) in lcl_TableParamToItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl1.cxx498 bool SwDoc::GetRowBackground( const SwCursor& rCursor, std::shared_ptr<SvxBrushItem>& rToFill ) in GetRowBackground() function in SwDoc
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtabsh.cxx165 if(rSh.GetRowBackground(aBrush)) in lcl_TableParamToItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl1.cxx512 bool SwDoc::GetRowBackground( const SwCursor& rCursor, std::unique_ptr<SvxBrushItem>& rToFill ) in GetRowBackground() function in SwDoc