LibreOffice Module framework (master) 1
|
#include <config_options.h>
#include <framework/fwkdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <vector>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FrameAnalyzerFlags > |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::frame |
namespace | o3tl |
namespace | framework |
Enumerations | |
enum class | FrameAnalyzerFlags { Model = 1 , Help = 2 , BackingComponent = 4 , Hidden = 8 , All = 15 , Zombie = 32768 } |
These enums can be combined as flags to enable/disable special search algorithm during analyze phase. More... | |
Functions | |
class | framework::UNLESS_MERGELIBS (FWK_DLLPUBLIC) FrameListAnalyzer final |
analyze and split the current available frame list of a given frames supplier into different parts. More... | |
|
strong |
These enums can be combined as flags to enable/disable special search algorithm during analyze phase.
see impl_analyze() for further information. But note: To be usable as flags, these enums must be values of range [2^n]!
Enumerator | |
---|---|
Model | |
Help | |
BackingComponent | |
Hidden | |
All | |
Zombie |
Definition at line 38 of file framelistanalyzer.hxx.