| LibreOffice Module sc (master) 1
    | 
#include <vbapalette.hxx>
| Public Member Functions | |
| ScVbaPalette (SfxObjectShell *pShell) | |
| ScVbaPalette (const css::uno::Reference< css::frame::XModel > &rxModel) | |
| css::uno::Reference< css::container::XIndexAccess > | getPalette () const | 
| Static Public Member Functions | |
| static css::uno::Reference< css::container::XIndexAccess > | getDefaultPalette () | 
| Private Attributes | |
| SfxObjectShell * | m_pShell | 
Definition at line 31 of file vbapalette.hxx.
| 
 | inlineexplicit | 
Definition at line 36 of file vbapalette.hxx.
| 
 | explicit | 
| 
 | static | 
Definition at line 94 of file vbapalette.cxx.
Referenced by ScVbaWorkbook::ResetColors().
| uno::Reference< container::XIndexAccess > ScVbaPalette::getPalette | ( | ) | const | 
Definition at line 100 of file vbapalette.cxx.
References SfxObjectShell::GetModel(), and m_pShell.
Referenced by ScVbaInterior::getPalette().
| 
 | private | 
Definition at line 34 of file vbapalette.hxx.
Referenced by getPalette().