LibreOffice Module basctl (master) 1
|
#include <memory>
#include <mutex>
#include <layout.hxx>
#include "breakpoint.hxx"
#include "linenumberwindow.hxx"
#include <basic/sbmod.hxx>
#include <basic/sbstar.hxx>
#include <vcl/InterimItemWindow.hxx>
#include <vcl/idle.hxx>
#include <vcl/weld.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/scrolladaptor.hxx>
#include <o3tl/enumarray.hxx>
#include <rtl/ustrbuf.hxx>
#include <set>
#include <string_view>
#include <vcl/textdata.hxx>
#include <basic/codecompletecache.hxx>
#include <com/sun/star/reflection/XIdlClass.hpp>
#include <comphelper/syntaxhighlight.hxx>
Go to the source code of this file.
Classes | |
class | basctl::EditorWindow |
class | basctl::BreakPointWindow |
class | basctl::WatchWindow |
class | basctl::StackWindow |
class | basctl::ComplexEditorWindow |
class | basctl::ModulWindow |
class | basctl::ModulWindowLayout |
class | basctl::ModulWindowLayout::SyntaxColors |
class | basctl::CodeCompleteWindow |
class | basctl::UnoTypeCodeCompletetor |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::beans |
namespace | basctl |
Functions | |
OUString | basctl::getTextEngineText (ExtTextEngine &rEngine) |
Helper functions to get/set text in TextEngine using the stream interface. More... | |
void | basctl::setTextEngineText (ExtTextEngine &, std::u16string_view) |