Home
last modified time | relevance | path

Searched refs:ListLevels (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalisttemplate.hxx43 virtual css::uno::Any SAL_CALL ListLevels( const css::uno::Any& index ) override;
H A Dvbalisttemplate.cxx36 SwVbaListTemplate::ListLevels( const uno::Any& index ) in ListLevels() function in SwVbaListTemplate
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbalisttemplate.hxx43 virtual css::uno::Any SAL_CALL ListLevels( const css::uno::Any& index ) override;
H A Dvbalisttemplate.cxx38 SwVbaListTemplate::ListLevels( const uno::Any& index ) in ListLevels() function in SwVbaListTemplate
/dports/editors/libreoffice/libreoffice-7.2.6.2/oovbaapi/ooo/vba/word/
H A DXListTemplate.idl31 any ListLevels( [in] any aIndex );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oovbaapi/ooo/vba/word/
H A DXListTemplate.idl31 any ListLevels( [in] any aIndex );
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/logger/
H A Dlogger_test.go168 l, err := logger.ListLevels()
H A Dlogger.go358 func ListLevels() ([]byte, error) { func
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/logger/
H A Dlogger_test.go168 l, err := logger.ListLevels()
H A Dlogger.go358 func ListLevels() ([]byte, error) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/logger/
H A Dlogger_test.go168 l, err := logger.ListLevels()
H A Dlogger.go358 func ListLevels() ([]byte, error) { func
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/bitmark-inc/logger/
H A Dlogger_test.go168 l, err := logger.ListLevels()
H A Dlogger.go358 func ListLevels() ([]byte, error) { func
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.h974 std::list<int> ListLevels() const;
H A DActor.cpp1108 actor->PCStats->UpdateClassLevels(actor->ListLevels()); in pcf_level()
6503 std::list<int> Actor::ListLevels() const in ListLevels() function in GemRB::Actor
6519 PCStats = new PCStatsStruct(ListLevels()); in CreateStats()