LibreOffice Module basctl (master) 1
|
Namespaces | |
namespace | docs |
namespace | |
Typedefs | |
typedef ::comphelper::WeakComponentImplHelper< XDocumentEventListener > | DocumentEventNotifier_Impl_Base |
typedef ::cppu::WeakImplHelper< css::beans::XPropertyChangeListener > | PropertyChangeListenerHelper |
typedef ::cppu::WeakImplHelper< css::container::XContainerListener > | ContainerListenerHelper |
typedef std::multimap< sal_Int16, OUString > | IndexToNameMap |
typedef std::vector< ScriptDocument > | ScriptDocuments |
Enumerations | |
enum | MacroExitCode { Macro_Close = 110 , Macro_OkRun = 111 , Macro_New = 112 , Macro_Edit = 114 } |
enum class | ObjectMode { Library = 1 , Module = 2 , Dialog = 3 } |
enum | EntryType { OBJ_TYPE_UNKNOWN , OBJ_TYPE_DOCUMENT , OBJ_TYPE_LIBRARY , OBJ_TYPE_MODULE , OBJ_TYPE_DIALOG , OBJ_TYPE_METHOD , OBJ_TYPE_DOCUMENT_OBJECTS , OBJ_TYPE_USERFORMS , OBJ_TYPE_NORMAL_MODULES , OBJ_TYPE_CLASS_MODULES } |
enum | BasicWindowStatus { BASWIN_RUNNINGBASIC = 0x01 , BASWIN_TOBEKILLED = 0x02 , BASWIN_SUSPENDED = 0x04 , BASWIN_INRESCHEDULE = 0x08 } |
enum | ItemType { TYPE_UNKNOWN , TYPE_SHELL , TYPE_LIBRARY , TYPE_MODULE , TYPE_DIALOG , TYPE_METHOD } |
enum | LibraryContainerType { E_SCRIPTS , E_DIALOGS } |
enum | LibraryLocation { LIBRARY_LOCATION_UNKNOWN , LIBRARY_LOCATION_USER , LIBRARY_LOCATION_SHARE , LIBRARY_LOCATION_DOCUMENT } |
enum class | LibraryType { Module , Dialog , All } |
Functions | |
IMPL_LINK (AccessibleDialogWindow, WindowEventListener, VclWindowEvent &, rEvent, void) | |
OUString | getTextEngineText (ExtTextEngine &rEngine) |
Helper functions to get/set text in TextEngine using the stream interface. More... | |
void | setTextEngineText (ExtTextEngine &, std::u16string_view) |
IMPL_LINK_NOARG (EditorWindow, SetSourceInBasicHdl, void *, void) | |
sal_Int32 | searchEOL (std::u16string_view rStr, sal_Int32 fromIndex) |
IMPL_LINK_NOARG (EditorWindow, SyntaxTimerHdl, Timer *, void) | |
IMPL_STATIC_LINK_NOARG (WatchWindow, ButtonHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (WatchWindow, TreeListHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (WatchWindow, ActivateHdl, weld::Entry &, bool) | |
IMPL_LINK (WatchWindow, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
IMPL_LINK_NOARG (ComplexEditorWindow, ScrollHdl, weld::Scrollbar &, void) | |
static sal_uInt32 | getCorrectedPropCount (SbxArray *p) |
IMPL_LINK (WatchWindow, RequestingChildrenHdl, const weld::TreeIter &, rParent, bool) | |
IMPL_LINK_NOARG (WatchWindow, ExecuteUpdateWatches, void *, void) | |
IMPL_LINK (WatchWindow, EditingEntryHdl, const weld::TreeIter &, rIter, bool) | |
IMPL_LINK (WatchWindow, EditedEntryHdl, const IterString &, rIterString, bool) | |
IMPL_LINK_NOARG (CodeCompleteWindow, ImplDoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (CodeCompleteWindow, ImplSelectHdl, weld::TreeView &, void) | |
IMPL_LINK (CodeCompleteWindow, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
static std::vector< lang::Locale > | implGetLanguagesOnlyContainedInFirstSeq (const Sequence< lang::Locale > &aFirstSeq, const Sequence< lang::Locale > &aSecondSeq) |
bool | implImportDialog (weld::Window *pWin, const ScriptDocument &rDocument, const OUString &aLibName) |
static void | lcl_InvalidateZoomSlots (SfxBindings *pBindings) |
SFX_IMPL_NAMED_VIEWFACTORY (Shell, "Default") | |
IMPL_LINK (Shell, TabBarHdl, ::TabBar *, pCurTabBar, void) | |
SAL_DLLPUBLIC_EXPORT rtl_uString * | basicide_choose_macro (void *pParent, void *pOnlyInDocument_AsXModel, void *pDocFrame_AsXFrame, sal_Bool bChooseOnly) |
SAL_DLLPUBLIC_EXPORT void | basicide_macro_organizer (void *pParent, void *pDocFrame_AsXFrame, sal_Int16 nTabId) |
void | Organize (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 tabId) |
bool | IsValidSbxName (std::u16string_view rName) |
Sequence< OUString > | GetMergedLibraryNames (const Reference< script::XLibraryContainer > &xModLibContainer, const Reference< script::XLibraryContainer > &xDlgLibContainer) |
bool | RenameModule (weld::Widget *pErrorParent, const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rOldName, const OUString &rNewName) |
renames a module More... | |
OUString | ChooseMacro (weld::Window *pParent, const uno::Reference< frame::XModel > &rxLimitToDocument, const uno::Reference< frame::XFrame > &xDocFrame, bool bChooseOnly) |
Sequence< OUString > | GetMethodNames (const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rModName) |
bool | HasMethod (ScriptDocument const &rDocument, OUString const &rLibName, OUString const &rModName, OUString const &rMethName) |
SAL_DLLPUBLIC_EXPORT tools::Long | basicide_handle_basic_error (void const *pPtr) |
SbMethod * | CreateMacro (SbModule *pModule, const OUString &rMacroName) |
bool | RenameDialog (weld::Widget *pErrorParent, const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rOldName, const OUString &rNewName) |
renames a dialog More... | |
bool | RemoveDialog (const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rDlgName) |
StarBASIC * | FindBasic (const SbxVariable *pVar) |
BasicManager * | FindBasicManager (StarBASIC const *pLib) |
void | MarkDocumentModified (const ScriptDocument &rDocument) |
void | RunMethod (SbMethod const *pMethod) |
void | StopBasic () |
void | BasicStopped (bool *pbAppWindowDisabled, bool *pbDispatcherLocked, sal_uInt16 *pnWaitCount, SfxUInt16Item **ppSWActionCount, SfxUInt16Item **ppSWLockViewCount) |
void | InvalidateDebuggerSlots () |
tools::Long | HandleBasicError (StarBASIC const *pBasic) |
SfxBindings * | GetBindingsPtr () |
SfxDispatcher * | GetDispatcher () |
IMPL_LINK_NOARG (SbTreeListBox, OpenCurrentHdl, weld::TreeView &, bool) | |
IMPL_LINK (SbTreeListBox, RequestingChildrenHdl, const weld::TreeIter &, rEntry, bool) | |
OUString | CreateMgrAndLibStr (std::u16string_view rMgrName, std::u16string_view rLibName) |
IMPL_LINK_NOARG (BaseWindow, VertScrollHdl, weld::Scrollbar &, void) | |
IMPL_LINK_NOARG (BaseWindow, HorzScrollHdl, weld::Scrollbar &, void) | |
void | CutLines (OUString &rStr, sal_Int32 nStartLine, sal_Int32 nLines) |
sal_uInt32 | CalcLineCount (SvStream &rStream) |
static bool | QueryDel (std::u16string_view rName, const OUString &rStr, weld::Widget *pParent) |
bool | QueryDelMacro (std::u16string_view rName, weld::Widget *pParent) |
bool | QueryReplaceMacro (std::u16string_view rName, weld::Widget *pParent) |
bool | QueryDelDialog (std::u16string_view rName, weld::Widget *pParent) |
bool | QueryDelLib (std::u16string_view rName, bool bRef, weld::Widget *pParent) |
bool | QueryDelModule (std::u16string_view rName, weld::Widget *pParent) |
bool | QueryPassword (weld::Widget *pDialogParent, const Reference< script::XLibraryContainer > &xLibContainer, const OUString &rLibName, OUString &rPassword, bool bRepeat, bool bNewTitle) |
IMPL_LINK (BreakPointDialog, CheckBoxHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (BreakPointDialog, EditModifyHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK (BreakPointDialog, FieldModifyHdl, weld::SpinButton &, rEdit, void) | |
IMPL_LINK_NOARG (BreakPointDialog, TreeModifyHdl, weld::TreeView &, bool) | |
IMPL_LINK (BreakPointDialog, ButtonHdl, weld::Button &, rButton, void) | |
SFX_IMPL_TOOLBOX_CONTROL (LibBoxControl, SfxStringItem) | |
IMPL_LINK (DocListenerBox, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
IMPL_LINK_NOARG (DocListenerBox, SelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (LibBox, FocusInHdl, weld::Widget &, void) | |
IMPL_LINK_NOARG (LibBox, FocusOutHdl, weld::Widget &, void) | |
SFX_IMPL_TOOLBOX_CONTROL (LanguageBoxControl, SfxStringItem) | |
void | EnsureIde () |
Shell * | GetShell () |
void | ShellCreated (Shell *pShell) |
void | ShellDestroyed (Shell const *pShell) |
ExtraData * | GetExtraData () |
OUString | IDEResId (TranslateId aId) |
IMPL_STATIC_LINK (ExtraData, GlobalBasicBreakHdl, StarBASIC *, pBasic, BasicDebugFlags) | |
IMPL_LINK (Layout::SplittedSide, SplitHdl, Splitter *, pSplitter, void) | |
static bool | isLanguageDependentProperty (std::u16string_view aName) |
static OUString | implCreatePureResourceId (std::u16string_view aDialogName, std::u16string_view aCtrlName, std::u16string_view aPropName, const Reference< XStringResourceManager > &xStringResourceManager) |
static DialogWindow * | FindDialogWindowForEditor (DlgEditor const *pEditor) |
IMPL_LINK_NOARG (MacroChooser, MacroDoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (MacroChooser, MacroSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (MacroChooser, BasicSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (MacroChooser, EditModifyHdl, weld::Entry &, void) | |
IMPL_LINK (MacroChooser, ButtonHdl, weld::Button &, rButton, void) | |
IMPL_LINK (MacroChooser, ContextMenuHdl, const CommandEvent &, rCEvt, bool) | |
IMPL_LINK_NOARG (NewObjectDialog, OkButtonHandler, weld::Button &, void) | |
IMPL_LINK_NOARG (GotoLineDialog, OkButtonHandler, weld::Button &, void) | |
IMPL_LINK_NOARG (ExportDialog, OkButtonHandler, weld::Button &, void) | |
IMPL_LINK (LibPage, EditingEntryHdl, const weld::TreeIter &, rIter, bool) | |
IMPL_LINK (LibPage, EditedEntryHdl, const IterString &, rIterString, bool) | |
IMPL_LINK_NOARG (LibPage, TreeListHighlightHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (LibPage, BasicSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK (LibPage, ButtonHdl, weld::Button &, rButton, void) | |
IMPL_LINK (LibPage, CheckPasswordHdl, SvxPasswordDialog *, pDlg, bool) | |
void | createLibImpl (weld::Window *pWin, const ScriptDocument &rDocument, weld::TreeView *pLibBox, SbTreeListBox *pBasicBox) |
IMPL_LINK (ObjectPage, EditingEntryHdl, const weld::TreeIter &, rEntry, bool) | |
IMPL_LINK (ObjectPage, EditedEntryHdl, const IterString &, rIterString, bool) | |
IMPL_LINK (OrganizeDialog, ActivatePageHdl, const OUString &, rPage, void) | |
IMPL_LINK_NOARG (ObjectPage, BasicBoxHighlightHdl, weld::TreeView &, void) | |
IMPL_LINK (ObjectPage, ButtonHdl, weld::Button &, rButton, void) | |
SbModule * | createModImpl (weld::Window *pWin, const ScriptDocument &rDocument, SbTreeListBox &rBasicBox, const OUString &rLibName, const OUString &_aModName, bool bMain) |
css::uno::Reference< css::awt::XVclWindowPeer > | createTextWindowPeer (TextView &view) |
IMPL_LINK_NOARG (DlgEditor, MarkTimeout, Timer *, void) | |
static void | implCopyStreamToByteSequence (const Reference< XInputStream > &xStream, Sequence< sal_Int8 > &bytes) |
static void | lcl_PrintHeader (Printer *pPrinter, const OUString &rTitle) |
IMPL_LINK (DlgEdFactory, MakeObject, SdrObjCreatorParams, aParams, rtl::Reference< SdrObject >) | |
IMPL_LINK_NOARG (DlgEdFunc, ScrollTimeout, Timer *, void) | |
static SdrObject * | impLocalHitCorrection (SdrObject *pRetval, const Point &rPnt, sal_uInt16 nTol) |
bool | localesAreEqual (const Locale &rLocaleLeft, const Locale &rLocaleRight) |
IMPL_LINK_NOARG (ManageLanguageDialog, AddHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ManageLanguageDialog, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ManageLanguageDialog, MakeDefHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ManageLanguageDialog, SelectHdl, weld::TreeView &, void) | |
css::uno::Sequence< OUString > | GetMergedLibraryNames (const css::uno::Reference< css::script::XLibraryContainer > &xModLibContainer, const css::uno::Reference< css::script::XLibraryContainer > &xDlgLibContainer) |
OUString | ChooseMacro (weld::Window *pParent, const css::uno::Reference< css::frame::XModel > &rxLimitToDocument, const css::uno::Reference< css::frame::XFrame > &xDocFrame, bool bChooseOnly) |
OUString | ChooseMacro (weld::Window *pParent, const css::uno::Reference< css::frame::XModel > &rLimitToDocument) |
bool | QueryPassword (weld::Widget *pDialogParent, const css::uno::Reference< css::script::XLibraryContainer > &xLibContainer, const OUString &rLibName, OUString &rPassword, bool bRepeat=false, bool bNewTitle=false) |
bool | localesAreEqual (const css::lang::Locale &rLocaleLeft, const css::lang::Locale &rLocaleRight) |
Variables | |
constexpr OUStringLiteral | FilterMask_All = u"*" |
constexpr OUStringLiteral | BASIC_IDE_EDITOR_WINDOW = u"BasicIDEEditorWindow" |
constexpr OUStringLiteral | BASIC_IDE_CURRENT_ZOOM = u"CurrentZoom" |
constexpr OUStringLiteral | BASIC_IDE_READONLY_INFOBAR = u"readonly" |
constexpr OUStringLiteral | aResourceResolverPropName = u"ResourceResolver" |
constexpr OUStringLiteral | aDecorationPropName = u"Decoration" |
constexpr sal_uInt16 | MIN_ZOOM_LEVEL = 50 |
constexpr sal_uInt16 | DEFAULT_ZOOM_LEVEL = 100 |
constexpr sal_uInt16 | MAX_ZOOM_LEVEL = 400 |
constexpr auto | LINE_SEP_CR = 0x0D |
constexpr auto | LINE_SEP = 0x0A |
constexpr auto | DLGED_PAGE_WIDTH_MIN = 1280 |
constexpr auto | DLGED_PAGE_HEIGHT_MIN = 1024 |
constexpr OUStringLiteral | DLGED_PROP_DROPDOWN = u"Dropdown" |
constexpr OUStringLiteral | DLGED_PROP_FORMATSSUPPLIER = u"FormatsSupplier" |
constexpr OUStringLiteral | DLGED_PROP_HEIGHT = u"Height" |
constexpr OUStringLiteral | DLGED_PROP_LABEL = u"Label" |
constexpr OUStringLiteral | DLGED_PROP_NAME = u"Name" |
constexpr OUStringLiteral | DLGED_PROP_ORIENTATION = u"Orientation" |
constexpr OUStringLiteral | DLGED_PROP_POSITIONX = u"PositionX" |
constexpr OUStringLiteral | DLGED_PROP_POSITIONY = u"PositionY" |
constexpr OUStringLiteral | DLGED_PROP_STEP = u"Step" |
constexpr OUStringLiteral | DLGED_PROP_TABINDEX = u"TabIndex" |
constexpr OUStringLiteral | DLGED_PROP_WIDTH = u"Width" |
constexpr OUStringLiteral | DLGED_PROP_DECORATION = u"Decoration" |
typedef ::cppu::WeakImplHelper<css::container::XContainerListener> basctl::ContainerListenerHelper |
Definition at line 52 of file dlgedlist.hxx.
typedef ::comphelper::WeakComponentImplHelper< XDocumentEventListener > basctl::DocumentEventNotifier_Impl_Base |
Definition at line 48 of file doceventnotifier.cxx.
typedef std::multimap< sal_Int16, OUString > basctl::IndexToNameMap |
Definition at line 34 of file dlgedobj.hxx.
typedef ::cppu::WeakImplHelper<css::beans::XPropertyChangeListener> basctl::PropertyChangeListenerHelper |
Definition at line 32 of file dlgedlist.hxx.
typedef std::vector< ScriptDocument > basctl::ScriptDocuments |
Definition at line 60 of file scriptdocument.hxx.
Enumerator | |
---|---|
BASWIN_RUNNINGBASIC | |
BASWIN_TOBEKILLED | |
BASWIN_SUSPENDED | |
BASWIN_INRESCHEDULE |
Definition at line 143 of file bastypes.hxx.
enum basctl::EntryType |
Definition at line 50 of file bastype2.hxx.
enum basctl::ItemType |
Enumerator | |
---|---|
TYPE_UNKNOWN | |
TYPE_SHELL | |
TYPE_LIBRARY | |
TYPE_MODULE | |
TYPE_DIALOG | |
TYPE_METHOD |
Definition at line 27 of file sbxitem.hxx.
Enumerator | |
---|---|
E_SCRIPTS | |
E_DIALOGS |
Definition at line 38 of file scriptdocument.hxx.
Enumerator | |
---|---|
LIBRARY_LOCATION_UNKNOWN | |
LIBRARY_LOCATION_USER | |
LIBRARY_LOCATION_SHARE | |
LIBRARY_LOCATION_DOCUMENT |
Definition at line 44 of file scriptdocument.hxx.
|
strong |
Enumerator | |
---|---|
Module | |
Dialog | |
All |
Definition at line 52 of file scriptdocument.hxx.
Enumerator | |
---|---|
Macro_Close | |
Macro_OkRun | |
Macro_New | |
Macro_Edit |
Definition at line 31 of file macrodlg.hxx.
|
strong |
Enumerator | |
---|---|
Library | |
Module | |
Dialog |
Definition at line 35 of file moduldlg.hxx.
SAL_DLLPUBLIC_EXPORT rtl_uString * basctl::basicide_choose_macro | ( | void * | pParent, |
void * | pOnlyInDocument_AsXModel, | ||
void * | pDocFrame_AsXFrame, | ||
sal_Bool | bChooseOnly | ||
) |
Definition at line 55 of file basobj2.cxx.
References aDocument, and ChooseMacro().
SAL_DLLPUBLIC_EXPORT tools::Long basctl::basicide_handle_basic_error | ( | void const * | pPtr | ) |
Definition at line 57 of file basobj3.cxx.
References HandleBasicError().
SAL_DLLPUBLIC_EXPORT void basctl::basicide_macro_organizer | ( | void * | pParent, |
void * | pDocFrame_AsXFrame, | ||
sal_Int16 | nTabId | ||
) |
Definition at line 65 of file basobj2.cxx.
References Organize(), and SAL_INFO.
void basctl::BasicStopped | ( | bool * | pbAppWindowDisabled, |
bool * | pbDispatcherLocked, | ||
sal_uInt16 * | pnWaitCount, | ||
SfxUInt16Item ** | ppSWActionCount, | ||
SfxUInt16Item ** | ppSWLockViewCount | ||
) |
Definition at line 300 of file basobj3.cxx.
References weld::Widget::get_sensitive(), Application::GetDefDialogParent(), GetShell(), and weld::Widget::set_sensitive().
Referenced by basctl::Shell::CallBasicBreakHdl(), HandleBasicError(), basctl::Shell::Notify(), and StopBasic().
sal_uInt32 basctl::CalcLineCount | ( | SvStream & | rStream | ) |
Definition at line 659 of file bastypes.cxx.
References SvStream::eof(), SvStream::ReadChar(), and SvStream::Seek().
Referenced by basctl::ModulWindow::LoadBasic().
|
inline |
Definition at line 76 of file basobj.hxx.
References ChooseMacro().
OUString basctl::ChooseMacro | ( | weld::Window * | pParent, |
const css::uno::Reference< css::frame::XModel > & | rxLimitToDocument, | ||
const css::uno::Reference< css::frame::XFrame > & | xDocFrame, | ||
bool | bChooseOnly | ||
) |
OUString basctl::ChooseMacro | ( | weld::Window * | pParent, |
const uno::Reference< frame::XModel > & | rxLimitToDocument, | ||
const uno::Reference< frame::XFrame > & | xDocFrame, | ||
bool | bChooseOnly | ||
) |
Definition at line 228 of file basobj2.cxx.
References aDocument, aName, basctl::MacroChooser::ChooseOnly, basctl::ExtraData::ChoosingMacro(), basctl::MacroChooser::CreateMacro(), Application::CreateMessageDialog(), EnsureIde(), FindBasicManager(), basctl::ScriptDocument::getDocument(), basctl::ScriptDocument::getDocumentForBasicManager(), GetExtraData(), basctl::MacroChooser::GetMacro(), basctl::MacroChooser::GetMode(), SbMethod::GetModule(), SbxVariable::GetName(), SbxVariable::GetParent(), IDEResId(), SvtModuleOptions::IsBasicIDE(), basctl::ScriptDocument::isDocument(), LINK, Macro_OkRun, Application::PostUserEvent(), basctl::MacroChooser::Recording, basctl::MacroChooser::run(), SAL_WARN, SAL_WARN_IF, and basctl::MacroChooser::SetMode().
Referenced by basctl::ModulWindow::BasicExecute(), basicide_choose_macro(), ChooseMacro(), and basctl::Shell::ExecuteGlobal().
void basctl::createLibImpl | ( | weld::Window * | pWin, |
const ScriptDocument & | rDocument, | ||
weld::TreeView * | pLibBox, | ||
SbTreeListBox * | pBasicBox | ||
) |
Definition at line 1257 of file moduldl2.cxx.
References basctl::SbTreeListBox::AddEntry(), weld::TreeView::append_text(), basctl::SbTreeListBox::copy_iterator(), Application::CreateMessageDialog(), basctl::ScriptDocument::createModule(), basctl::ScriptDocument::createObjectName(), DBG_UNHANDLED_EXCEPTION, Dialogs, E_DIALOGS, E_SCRIPTS, Exception, weld::TreeView::find_text(), basctl::SbTreeListBox::get_cursor(), GetDispatcher(), basctl::ScriptDocument::getLibraryContainer(), basctl::SbTreeListBox::GetMode(), basctl::NewObjectDialog::GetObjectName(), basctl::ScriptDocument::getOrCreateLibrary(), basctl::ScriptDocument::hasLibrary(), i, IDEResId(), basctl::ScriptDocument::isAlive(), IsValidSbxName(), basctl::SbTreeListBox::iter_parent(), basctl::SbTreeListBox::make_iterator(), Modules, OBJ_TYPE_LIBRARY, OBJ_TYPE_MODULE, weld::DialogController::run(), basctl::SbTreeListBox::select(), basctl::SbTreeListBox::set_cursor(), weld::TreeView::set_cursor(), basctl::NewObjectDialog::SetObjectName(), sId, and TYPE_MODULE.
Referenced by IMPL_LINK(), and basctl::LibPage::NewLib().
Definition at line 63 of file basobj3.cxx.
References aDocument, SfxDispatcher::Execute(), FindBasicManager(), SbModule::FindMethod(), GetDispatcher(), basctl::ScriptDocument::getDocumentForBasicManager(), SbModule::GetMethods(), SbxVariable::GetName(), SbxVariable::GetParent(), SbModule::GetSource32(), basctl::ScriptDocument::isAlive(), basctl::ScriptDocument::isValid(), LINE_SEP, MarkDocumentModified(), basctl::ScriptDocument::NoDocument, SAL_WARN_IF, and basctl::ScriptDocument::updateModule().
Referenced by basctl::MacroChooser::CreateMacro(), basctl::Shell::ExecuteGlobal(), and IMPL_LINK().
OUString basctl::CreateMgrAndLibStr | ( | std::u16string_view | rMgrName, |
std::u16string_view | rLibName | ||
) |
Definition at line 432 of file bastype3.cxx.
Referenced by basctl::Shell::GetState(), and basctl::LibBox::InsertEntries().
SbModule * basctl::createModImpl | ( | weld::Window * | pWin, |
const ScriptDocument & | rDocument, | ||
SbTreeListBox & | rBasicBox, | ||
const OUString & | rLibName, | ||
const OUString & | _aModName, | ||
bool | bMain | ||
) |
Definition at line 954 of file moduldlg.cxx.
References basctl::SbTreeListBox::AddEntry(), basctl::SbTreeListBox::copy_iterator(), Application::CreateMessageDialog(), basctl::ScriptDocument::createModule(), basctl::ScriptDocument::createObjectName(), DBG_ASSERT, DBG_UNHANDLED_EXCEPTION, E_SCRIPTS, basctl::SbTreeListBox::expand_row(), basctl::SbTreeListBox::FindEntry(), StarBASIC::FindModule(), basctl::SbTreeListBox::FindRootEntry(), basctl::SbTreeListBox::get_row_expanded(), basctl::ScriptDocument::getBasicManager(), GetDispatcher(), BasicManager::GetLib(), basctl::ScriptDocument::getLibraryLocation(), basctl::NewObjectDialog::GetObjectName(), basctl::ScriptDocument::getOrCreateLibrary(), basctl::ScriptDocument::hasModule(), IDEResId(), basctl::ScriptDocument::isAlive(), basctl::ScriptDocument::isInVBAMode(), basctl::SbTreeListBox::make_iterator(), Module, OBJ_TYPE_LIBRARY, OBJ_TYPE_MODULE, OBJ_TYPE_NORMAL_MODULES, RET_CANCEL, weld::DialogController::run(), basctl::SbTreeListBox::select(), basctl::SbTreeListBox::set_cursor(), basctl::NewObjectDialog::SetObjectName(), and TYPE_MODULE.
Referenced by basctl::MacroChooser::CreateMacro(), IMPL_LINK(), and basctl::ObjectPage::NewModule().
css::uno::Reference< css::awt::XVclWindowPeer > basctl::createTextWindowPeer | ( | TextView & | view | ) |
Definition at line 65 of file textwindowpeer.cxx.
Referenced by basctl::EditorWindow::GetComponentInterface().
void basctl::CutLines | ( | OUString & | rStr, |
sal_Int32 | nStartLine, | ||
sal_Int32 | nLines | ||
) |
Definition at line 612 of file bastypes.cxx.
References i, LINE_SEP, LINE_SEP_CR, n, SAL_WARN_IF, and searchEOL().
Referenced by basctl::MacroChooser::DeleteMacro().
void basctl::EnsureIde | ( | ) |
Definition at line 74 of file iderdll.cxx.
Referenced by ChooseMacro(), com_sun_star_comp_basic_BasicID_get_implementation(), HandleBasicError(), and Organize().
StarBASIC * basctl::FindBasic | ( | const SbxVariable * | pVar | ) |
Definition at line 217 of file basobj3.cxx.
References SbxVariable::GetParent().
Referenced by basctl::MacroChooser::DeleteMacro().
BasicManager * basctl::FindBasicManager | ( | StarBASIC const * | pLib | ) |
Definition at line 225 of file basobj3.cxx.
References basctl::ScriptDocument::AllWithApplication, basctl::ScriptDocument::getAllScriptDocuments(), BasicManager::GetLib(), i, and pLib.
Referenced by ChooseMacro(), CreateMacro(), basctl::MacroChooser::DeleteMacro(), HandleBasicError(), IMPL_LINK(), IMPL_LINK_NOARG(), IMPL_STATIC_LINK(), and basctl::Shell::ShowActiveModuleWindow().
|
static |
Definition at line 782 of file localizationmgr.cxx.
References GetShell(), basctl::Shell::GetWindowTable(), and basctl::BaseWindow::IsSuspended().
Referenced by basctl::LocalizationMgr::copyResourcesForPastedEditorObject(), basctl::LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject(), basctl::LocalizationMgr::renameControlResourceIDsForEditorObject(), and basctl::LocalizationMgr::setControlResourceIDsForNewEditorObject().
SfxBindings * basctl::GetBindingsPtr | ( | ) |
Definition at line 426 of file basobj3.cxx.
References SfxViewFrame::GetBindings(), SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxViewFrame::GetObjectShell(), and GetShell().
Referenced by basctl::EditorWindow::CreateEditEngine(), basctl::MacroChooser::DeleteMacro(), basctl::ModulWindow::ExecuteCommand(), basctl::DialogWindow::ExecuteCommand(), basctl::DialogWindowLayout::ExecuteGlobal(), basctl::Shell::ExecuteGlobal(), basctl::ModulWindow::ExecuteGlobal(), basctl::LocalizationMgr::handleAddLocales(), basctl::LocalizationMgr::handleRemoveLocales(), basctl::LocalizationMgr::handleSetCurrentLocale(), basctl::LocalizationMgr::handleSetDefaultLocale(), IMPL_LINK(), IMPL_LINK_NOARG(), basctl::EditorWindow::ImplSetFont(), basctl::Shell::InvalidateBasicIDESlots(), basctl::Shell::InvalidateControlSlots(), InvalidateDebuggerSlots(), basctl::DialogWindow::KeyInput(), basctl::EditorWindow::KeyInput(), MarkDocumentModified(), basctl::DialogWindow::MouseButtonDown(), basctl::EditorWindow::MouseButtonUp(), basctl::DialogWindow::MouseButtonUp(), basctl::EditorWindow::Notify(), basctl::Shell::Notify(), basctl::Shell::onDocumentSaveDone(), basctl::Shell::onDocumentTitleChanged(), basctl::DialogWindow::RenameDialog(), basctl::Shell::SetCurLib(), basctl::Shell::SetGlobalEditorZoomLevel(), basctl::DialogWindowLayout::ShowPropertyBrowser(), and basctl::Shell::StoreAllWindowData().
|
static |
Definition at line 2109 of file baside2b.cxx.
References p.
Referenced by IMPL_LINK(), and basctl::WatchWindow::UpdateWatches().
SfxDispatcher * basctl::GetDispatcher | ( | ) |
Definition at line 454 of file basobj3.cxx.
References SfxViewFrame::GetDispatcher(), and GetShell().
Referenced by basctl::EditorWindow::Command(), basctl::DialogWindow::Command(), basctl::TabBar::Command(), createLibImpl(), CreateMacro(), createModImpl(), basctl::ObjectPage::DeleteCurrent(), basctl::LibPage::DeleteCurrent(), basctl::MacroChooser::DeleteMacro(), basctl::TabBar::EndRenaming(), IMPL_LINK(), IMPL_LINK_NOARG(), IMPL_STATIC_LINK_NOARG(), basctl::DialogWindow::KeyInput(), basctl::MacroChooser::MacroChooser(), basctl::TabBar::MouseButtonDown(), basctl::ObjectPage::NewDialog(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), basctl::LibBox::NotifyIDE(), and basctl::OrganizeDialog::OrganizeDialog().
ExtraData * basctl::GetExtraData | ( | ) |
Definition at line 101 of file iderdll.cxx.
References get().
Referenced by ChooseMacro(), basctl::LibPage::ExportAsBasic(), basctl::LibPage::ExportAsPackage(), HandleBasicError(), basctl::Shell::Init(), basctl::LibPage::InsertLib(), basctl::BaseWindow::InsertLibInfo(), basctl::Shell::onDocumentClosed(), basctl::MacroChooser::RestoreMacroDescription(), basctl::Shell::SetCurWindow(), basctl::MacroChooser::StoreMacroDescription(), basctl::Shell::UpdateWindows(), and basctl::Shell::~Shell().
css::uno::Sequence< OUString > basctl::GetMergedLibraryNames | ( | const css::uno::Reference< css::script::XLibraryContainer > & | xModLibContainer, |
const css::uno::Reference< css::script::XLibraryContainer > & | xDlgLibContainer | ||
) |
Sequence< OUString > basctl::GetMergedLibraryNames | ( | const Reference< script::XLibraryContainer > & | xModLibContainer, |
const Reference< script::XLibraryContainer > & | xDlgLibContainer | ||
) |
Definition at line 98 of file basobj2.cxx.
References comphelper::containerToSequence(), getLocale(), comphelper::getProcessComponentContext(), and Application::GetSettings().
Referenced by basctl::ScriptDocument::getLibraryNames(), and basctl::LibPage::InsertLib().
css::uno::Sequence< OUString > basctl::GetMethodNames | ( | const ScriptDocument & | rDocument, |
const OUString & | rLibName, | ||
const OUString & | rModName | ||
) |
css::container::NoSuchElementException | |
css::uno::RuntimeException |
Definition at line 356 of file basobj2.cxx.
References StarBASIC::FindModule(), tools::SvRef< typename T >::get(), basctl::ScriptDocument::getBasicManager(), BasicManager::GetLib(), SbModule::GetMethods(), basctl::ScriptDocument::getModule(), SbxVariable::GetName(), SbModule::GetSource32(), i, SbxBase::IsHidden(), nCount, and SAL_WARN_IF.
Referenced by basctl::SbTreeListBox::ImpCreateLibSubEntries(), and basctl::SbTreeListBox::ImpCreateLibSubSubEntriesInVBAMode().
Shell * basctl::GetShell | ( | ) |
Definition at line 80 of file iderdll.cxx.
References get().
Referenced by basctl::ModulWindow::BasicErrorHdl(), BasicStopped(), basctl::Shell::CallBasicBreakHdl(), basctl::ModulWindow::CheckCompileBasic(), basctl::EditorWindow::Command(), basctl::EditorWindow::CreateEditEngine(), basctl::EditorWindow::CreateProgress(), basctl::EditorWindow::EditorWindow(), basctl::BaseWindow::EventNotify(), basctl::DialogWindow::ExecuteCommand(), basctl::LanguageBox::FillBox(), FindDialogWindowForEditor(), GetBindingsPtr(), GetDispatcher(), basctl::DialogWindow::GetState(), HandleBasicError(), IMPL_LINK(), IMPL_STATIC_LINK(), basctl::BaseWindow::Init(), basctl::ManageLanguageDialog::Init(), basctl::Shell::InvalidateBasicIDESlots(), basctl::Shell::InvalidateControlSlots(), MarkDocumentModified(), basctl::Shell::Notify(), RemoveDialog(), RenameDialog(), RenameModule(), basctl::MacroChooser::RestoreMacroDescription(), basctl::LanguageBox::SetLanguage(), basctl::BaseWindow::ShowReadOnlyInfoBar(), basctl::TabBar::Sort(), StopBasic(), and basctl::DialogWindowLayout::UpdatePropertyBrowser().
OUString basctl::getTextEngineText | ( | ExtTextEngine & | rEngine | ) |
Helper functions to get/set text in TextEngine using the stream interface.
get/setText() only supports tools Strings limited to 64K).
Definition at line 118 of file baside2b.cxx.
References SvMemoryStream::GetData(), LINEEND_LF, SvStream::SetLineDelimiter(), SvStream::SetStreamCharSet(), SvStream::Tell(), and TextEngine::Write().
Referenced by basctl::ModulWindow::UpdateModule().
tools::Long basctl::HandleBasicError | ( | StarBASIC const * | pBasic | ) |
Definition at line 369 of file basobj3.cxx.
References aDocument, BasicStopped(), basctl::Shell::CallBasicErrorHdl(), E_SCRIPTS, EnsureIde(), SfxShell::ExecuteSlot(), FindBasicManager(), basctl::ScriptDocument::getDocumentForBasicManager(), StarBASIC::GetErrorCode(), GetExtraData(), basctl::ScriptDocument::getLibraryContainer(), SbxVariable::GetName(), GetShell(), ErrorHandler::HandleError(), SvtModuleOptions::IsBasicIDE(), basctl::ScriptDocument::isValid(), and SfxGetpApp().
Referenced by basicide_handle_basic_error().
bool basctl::HasMethod | ( | ScriptDocument const & | rDocument, |
OUString const & | rLibName, | ||
OUString const & | rModName, | ||
OUString const & | rMethName | ||
) |
Definition at line 402 of file basobj2.cxx.
References SbxArray::Find(), StarBASIC::FindModule(), tools::SvRef< typename T >::get(), basctl::ScriptDocument::getBasicManager(), BasicManager::GetLib(), SbModule::GetMethods(), basctl::ScriptDocument::getModule(), SbModule::GetSource32(), basctl::ScriptDocument::hasModule(), and SbxBase::IsHidden().
Referenced by basctl::SbTreeListBox::IsValidEntry().
OUString basctl::IDEResId | ( | TranslateId | aId | ) |
Definition at line 108 of file iderdll.cxx.
References Translate::get(), and SfxApplication::GetModule().
Referenced by basctl::TabBar::AllowRenaming(), basctl::ModulWindow::BasicExecute(), basctl::ObjectPage::CheckButtons(), ChooseMacro(), basctl::EditorWindow::CreateEditEngine(), basctl::ModulWindow::CreateEntryDescriptor(), createLibImpl(), basctl::MacroChooser::CreateMacro(), createModImpl(), basctl::Shell::ExecuteSearch(), basctl::LibPage::ExportAsBasic(), basctl::LibPage::ExportAsPackage(), basctl::LibBox::FillBox(), basctl::Shell::GetState(), basctl::ModulWindow::GetState(), basctl::ScriptDocument::getTitle(), basctl::EditorWindow::ImpCanModify(), basctl::SbTreeListBox::ImpCreateLibSubEntriesInVBAMode(), IMPL_LINK(), IMPL_LINK_NOARG(), basctl::PropBrw::implSetNewObjectSequence(), basctl::LibPage::InsertLib(), basctl::ModulWindow::LoadBasic(), basctl::ObjectPage::NewDialog(), basctl::NewObjectDialog::NewObjectDialog(), basctl::ObjectCatalog::ObjectCatalog(), basctl::ModulWindowLayout::Paint(), basctl::Shell::PrepareClose(), QueryDelDialog(), QueryDelLib(), QueryDelMacro(), QueryDelModule(), QueryPassword(), QueryReplaceMacro(), RenameDialog(), RenameModule(), basctl::Renderable::Renderable(), basctl::ModulWindow::SaveBasicSource(), basctl::DialogWindow::SaveDialog(), basctl::Shell::SetMDITitle(), basctl::MacroChooser::SetMode(), basctl::LibDialog::SetStorageName(), basctl::BaseWindow::ShowReadOnlyInfoBar(), basctl::StackWindow::StackWindow(), basctl::LibBox::Update(), and basctl::WatchWindow::WatchWindow().
basctl::IMPL_LINK | ( | AccessibleDialogWindow | , |
WindowEventListener | , | ||
VclWindowEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 300 of file accessibledialogwindow.cxx.
References DBG_ASSERT.
basctl::IMPL_LINK | ( | BreakPointDialog | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 171 of file brkdlg.cxx.
References basctl::BreakPoint::bEnabled, GetDispatcher(), m_xDialog, m_xOKButton, basctl::BreakPoint::nLine, basctl::BreakPoint::nStopAfter, and RET_OK.
basctl::IMPL_LINK | ( | BreakPointDialog | , |
CheckBoxHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 139 of file brkdlg.cxx.
References basctl::BreakPoint::bEnabled.
basctl::IMPL_LINK | ( | BreakPointDialog | , |
EditModifyHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 146 of file brkdlg.cxx.
basctl::IMPL_LINK | ( | BreakPointDialog | , |
FieldModifyHdl | , | ||
weld::SpinButton & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 157 of file brkdlg.cxx.
References basctl::BreakPoint::nStopAfter.
basctl::IMPL_LINK | ( | CodeCompleteWindow | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 2659 of file baside2b.cxx.
basctl::IMPL_LINK | ( | DlgEdFactory | , |
MakeObject | , | ||
SdrObjCreatorParams | , | ||
aParams | , | ||
rtl::Reference< SdrObject > | |||
) |
Definition at line 48 of file dlgedfac.cxx.
References DLGED_PROP_DROPDOWN, DLGED_PROP_ORIENTATION, and mxModel.
basctl::IMPL_LINK | ( | DocListenerBox | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 107 of file IDEComboBox.cxx.
basctl::IMPL_LINK | ( | Layout::SplittedSide | , |
SplitHdl | , | ||
Splitter * | , | ||
pSplitter | , | ||
void | |||
) |
Definition at line 364 of file layout.cxx.
References i.
basctl::IMPL_LINK | ( | LibPage | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 422 of file moduldl2.cxx.
References Any, E_DIALOGS, E_SCRIPTS, vcl::Window::EnterWait(), SfxShell::ExecuteSlot(), Export, GetDispatcher(), GetShell(), SfxViewShell::GetViewFrame(), SfxViewFrame::GetWindow(), vcl::Window::LeaveWait(), LINK, MarkDocumentModified(), nPos, RET_OK, and SfxGetpApp().
basctl::IMPL_LINK | ( | LibPage | , |
CheckPasswordHdl | , | ||
SvxPasswordDialog * | , | ||
pDlg | , | ||
bool | |||
) |
Definition at line 514 of file moduldl2.cxx.
References E_SCRIPTS.
basctl::IMPL_LINK | ( | LibPage | , |
EditedEntryHdl | , | ||
const IterString & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 289 of file moduldl2.cxx.
References Application::CreateMessageDialog(), DBG_UNHANDLED_EXCEPTION, E_DIALOGS, E_SCRIPTS, GetBindingsPtr(), IDEResId(), IsValidSbxName(), and MarkDocumentModified().
basctl::IMPL_LINK | ( | LibPage | , |
EditingEntryHdl | , | ||
const weld::TreeIter & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 244 of file moduldl2.cxx.
References Application::CreateMessageDialog(), E_DIALOGS, E_SCRIPTS, IDEResId(), and QueryPassword().
basctl::IMPL_LINK | ( | MacroChooser | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 570 of file macrodlg.cxx.
References aDocument, All, basctl::ScriptDocument::allowMacros(), SfxRequest::AppendItem(), createLibImpl(), CreateMacro(), Application::CreateMessageDialog(), createModImpl(), DBG_ASSERT, SfxShell::ExecuteSlot(), FindBasicManager(), basctl::ScriptDocument::getBasicManager(), GetDispatcher(), basctl::EntryDescriptor::GetDocument(), basctl::ScriptDocument::getDocumentForBasicManager(), GetInfo, basctl::EntryDescriptor::GetLibName(), basctl::EntryDescriptor::GetLibSubName(), basctl::EntryDescriptor::GetMethodName(), SbMethod::GetModule(), basctl::EntryDescriptor::GetName(), SbxVariable::GetName(), SbxVariable::GetParent(), GetShell(), IDEResId(), basctl::ScriptDocument::isAlive(), basctl::Shell::IsAppBasicModified(), basctl::ScriptDocument::isDocument(), IsValidSbxName(), m_xDialog, Macro_Close, Macro_Edit, Macro_New, Macro_OkRun, SfxItemSet::Put(), QueryReplaceMacro(), RET_OK, weld::DialogController::runAsync(), SAL_WARN, and SfxGetpApp().
basctl::IMPL_LINK | ( | MacroChooser | , |
ContextMenuHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 783 of file macrodlg.cxx.
References Application::CreateBuilder(), and SAL_WARN.
basctl::IMPL_LINK | ( | ObjectPage | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 687 of file moduldlg.cxx.
References aDocument, Any, basctl::SbTreeListBox::ConvertType(), DBG_ASSERT, SfxDispatcher::ExecuteList(), SfxShell::ExecuteSlot(), basctl::ScriptDocument::getApplicationScriptDocument(), GetDispatcher(), basctl::DocumentEntry::GetDocument(), basctl::EntryDescriptor::GetDocument(), basctl::ScriptDocument::getDocumentOrNull(), basctl::EntryDescriptor::GetLibName(), basctl::EntryDescriptor::GetLibSubName(), basctl::EntryDescriptor::GetName(), basctl::EntryDescriptor::GetType(), IDEResId(), and SfxGetpApp().
basctl::IMPL_LINK | ( | ObjectPage | , |
EditedEntryHdl | , | ||
const IterString & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 80 of file moduldlg.cxx.
References aDocument, basctl::SbTreeListBox::ConvertType(), Application::CreateMessageDialog(), DBG_ASSERT, eType, GetDispatcher(), basctl::EntryDescriptor::GetDocument(), basctl::EntryDescriptor::GetLibName(), basctl::EntryDescriptor::GetType(), IDEResId(), basctl::ScriptDocument::isValid(), IsValidSbxName(), MarkDocumentModified(), OBJ_TYPE_MODULE, RenameDialog(), and RenameModule().
basctl::IMPL_LINK | ( | ObjectPage | , |
EditingEntryHdl | , | ||
const weld::TreeIter & | , | ||
rEntry | , | ||
bool | |||
) |
Definition at line 57 of file moduldlg.cxx.
References aDocument, E_DIALOGS, E_SCRIPTS, basctl::EntryDescriptor::GetDocument(), basctl::EntryDescriptor::GetLibName(), and basctl::ScriptDocument::getLibraryContainer().
basctl::IMPL_LINK | ( | OrganizeDialog | , |
ActivatePageHdl | , | ||
const OUString & | , | ||
rPage | , | ||
void | |||
) |
Definition at line 228 of file moduldlg.cxx.
basctl::IMPL_LINK | ( | SbTreeListBox | , |
RequestingChildrenHdl | , | ||
const weld::TreeIter & | , | ||
rEntry | , | ||
bool | |||
) |
Definition at line 38 of file bastype3.cxx.
References aDocument, Dialogs, E_DIALOGS, E_SCRIPTS, eType, basctl::EntryDescriptor::GetDocument(), basctl::EntryDescriptor::GetLibName(), basctl::ScriptDocument::getLibraryContainer(), basctl::EntryDescriptor::GetLocation(), basctl::EntryDescriptor::GetType(), basctl::ScriptDocument::isAlive(), Modules, OBJ_TYPE_CLASS_MODULES, OBJ_TYPE_DOCUMENT, OBJ_TYPE_DOCUMENT_OBJECTS, OBJ_TYPE_LIBRARY, OBJ_TYPE_NORMAL_MODULES, OBJ_TYPE_USERFORMS, and QueryPassword().
Definition at line 473 of file basidesh.cxx.
References DBG_ASSERT.
basctl::IMPL_LINK | ( | WatchWindow | , |
EditedEntryHdl | , | ||
const IterString & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 2299 of file baside2b.cxx.
References eType, SbxBase::IsError(), SbxBase::ResetError(), SbxARRAY, SbxOBJECT, and comphelper::string::strip().
basctl::IMPL_LINK | ( | WatchWindow | , |
EditingEntryHdl | , | ||
const weld::TreeIter & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 2274 of file baside2b.cxx.
References StarBASIC::GetActiveMethod(), SbxBase::IsError(), StarBASIC::IsRunning(), and comphelper::string::strip().
basctl::IMPL_LINK | ( | WatchWindow | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 1839 of file baside2b.cxx.
References KEY_ESCAPE.
basctl::IMPL_LINK | ( | WatchWindow | , |
RequestingChildrenHdl | , | ||
const weld::TreeIter & | , | ||
rParent | , | ||
bool | |||
) |
Definition at line 2121 of file baside2b.cxx.
References createAllObjectProperties(), SbxArray::Get(), getCorrectedPropCount(), SbxDimArray::GetDim(), SbxVariable::GetName(), SbxObject::GetProperties(), i, StarBASIC::IsRunning(), LINK, n, Application::PostUserEvent(), sId, and weld::toId().
basctl::IMPL_LINK_NOARG | ( | BaseWindow | , |
HorzScrollHdl | , | ||
weld::Scrollbar & | , | ||
void | |||
) |
Definition at line 119 of file bastypes.cxx.
basctl::IMPL_LINK_NOARG | ( | BaseWindow | , |
VertScrollHdl | , | ||
weld::Scrollbar & | , | ||
void | |||
) |
Definition at line 114 of file bastypes.cxx.
basctl::IMPL_LINK_NOARG | ( | BreakPointDialog | , |
TreeModifyHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 164 of file brkdlg.cxx.
basctl::IMPL_LINK_NOARG | ( | CodeCompleteWindow | , |
ImplDoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 2602 of file baside2b.cxx.
basctl::IMPL_LINK_NOARG | ( | CodeCompleteWindow | , |
ImplSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 2608 of file baside2b.cxx.
basctl::IMPL_LINK_NOARG | ( | ComplexEditorWindow | , |
ScrollHdl | , | ||
weld::Scrollbar & | , | ||
void | |||
) |
Definition at line 2056 of file baside2b.cxx.
Definition at line 30 of file dlgedfunc.cxx.
References vcl::Window::GetPointerPosPixel(), vcl::Window::PixelToLogic(), and vcl::Window::ScreenToOutputPixel().
basctl::IMPL_LINK_NOARG | ( | DocListenerBox | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 114 of file IDEComboBox.cxx.
References Select.
basctl::IMPL_LINK_NOARG | ( | EditorWindow | , |
SetSourceInBasicHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 987 of file baside2b.cxx.
basctl::IMPL_LINK_NOARG | ( | EditorWindow | , |
SyntaxTimerHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1340 of file baside2b.cxx.
References DBG_ASSERT.
basctl::IMPL_LINK_NOARG | ( | ExportDialog | , |
OkButtonHandler | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 183 of file moduldl2.cxx.
basctl::IMPL_LINK_NOARG | ( | GotoLineDialog | , |
OkButtonHandler | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 174 of file moduldl2.cxx.
basctl::IMPL_LINK_NOARG | ( | LibBox | , |
FocusInHdl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 294 of file IDEComboBox.cxx.
basctl::IMPL_LINK_NOARG | ( | LibBox | , |
FocusOutHdl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 303 of file IDEComboBox.cxx.
References m_xWidget.
basctl::IMPL_LINK_NOARG | ( | LibPage | , |
BasicSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 416 of file moduldl2.cxx.
basctl::IMPL_LINK_NOARG | ( | LibPage | , |
TreeListHighlightHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 411 of file moduldl2.cxx.
basctl::IMPL_LINK_NOARG | ( | MacroChooser | , |
BasicSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 479 of file macrodlg.cxx.
References SbModule::GetMethods(), SbxVariable::GetName(), and SbxBase::IsHidden().
basctl::IMPL_LINK_NOARG | ( | MacroChooser | , |
EditModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 511 of file macrodlg.cxx.
References nCount.
basctl::IMPL_LINK_NOARG | ( | MacroChooser | , |
MacroDoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 446 of file macrodlg.cxx.
References aDocument, basctl::ScriptDocument::allowMacros(), Application::CreateMessageDialog(), FindBasicManager(), basctl::ScriptDocument::getDocumentForBasicManager(), SbMethod::GetModule(), SbxVariable::GetName(), SbxVariable::GetParent(), IDEResId(), basctl::ScriptDocument::isDocument(), m_xDialog, Macro_OkRun, and QueryReplaceMacro().
basctl::IMPL_LINK_NOARG | ( | MacroChooser | , |
MacroSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 473 of file macrodlg.cxx.
basctl::IMPL_LINK_NOARG | ( | ManageLanguageDialog | , |
AddHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 135 of file managelang.cxx.
References GetBindingsPtr(), m_xDialog, and weld::DialogController::runAsync().
basctl::IMPL_LINK_NOARG | ( | ManageLanguageDialog | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 154 of file managelang.cxx.
References Application::CreateBuilder(), i, basctl::LanguageEntry::m_aLocale, m_xDialog, nCount, nPos, and RET_OK.
basctl::IMPL_LINK_NOARG | ( | ManageLanguageDialog | , |
MakeDefHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 186 of file managelang.cxx.
References basctl::LanguageEntry::m_aLocale, basctl::LanguageEntry::m_bIsDefault, and nPos.
basctl::IMPL_LINK_NOARG | ( | ManageLanguageDialog | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 203 of file managelang.cxx.
References nCount.
basctl::IMPL_LINK_NOARG | ( | NewObjectDialog | , |
OkButtonHandler | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 119 of file moduldl2.cxx.
References Application::CreateMessageDialog(), IDEResId(), IsValidSbxName(), m_xDialog, and RET_OK.
basctl::IMPL_LINK_NOARG | ( | ObjectPage | , |
BasicBoxHighlightHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 682 of file moduldlg.cxx.
basctl::IMPL_LINK_NOARG | ( | SbTreeListBox | , |
OpenCurrentHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 826 of file bastype2.cxx.
References GetDispatcher(), basctl::EntryDescriptor::GetDocument(), basctl::EntryDescriptor::GetLibName(), basctl::EntryDescriptor::GetMethodName(), basctl::EntryDescriptor::GetName(), basctl::EntryDescriptor::GetType(), m_xControl, OBJ_TYPE_DIALOG, OBJ_TYPE_METHOD, and OBJ_TYPE_MODULE.
basctl::IMPL_LINK_NOARG | ( | WatchWindow | , |
ActivateHdl | , | ||
weld::Entry & | , | ||
bool | |||
) |
Definition at line 1828 of file baside2b.cxx.
basctl::IMPL_LINK_NOARG | ( | WatchWindow | , |
ExecuteUpdateWatches | , | ||
void * | , | ||
void | |||
) |
Definition at line 2227 of file baside2b.cxx.
basctl::IMPL_LINK_NOARG | ( | WatchWindow | , |
TreeListHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 1816 of file baside2b.cxx.
basctl::IMPL_STATIC_LINK | ( | ExtraData | , |
GlobalBasicBreakHdl | , | ||
StarBASIC * | , | ||
pBasic | , | ||
BasicDebugFlags | |||
) |
Definition at line 165 of file iderdll.cxx.
References aDocument, E_SCRIPTS, FindBasicManager(), basctl::ScriptDocument::getDocumentForBasicManager(), basctl::ScriptDocument::getLibraryContainer(), GetShell(), and basctl::ScriptDocument::isValid().
basctl::IMPL_STATIC_LINK_NOARG | ( | WatchWindow | , |
ButtonHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 1810 of file baside2b.cxx.
References GetDispatcher().
|
static |
Definition at line 642 of file dlged.cxx.
Referenced by basctl::DlgEditor::Copy().
|
static |
Definition at line 174 of file localizationmgr.cxx.
References aPropName.
Referenced by basctl::LocalizationMgr::implHandleControlResourceProperties().
|
static |
Definition at line 726 of file baside3.cxx.
bool basctl::implImportDialog | ( | weld::Window * | pWin, |
const ScriptDocument & | rDocument, | ||
const OUString & | aLibName | ||
) |
Definition at line 784 of file baside3.cxx.
Referenced by basctl::ModulWindow::ImportDialog(), and basctl::DialogWindow::ImportDialog().
|
static |
Definition at line 123 of file dlgedview.cxx.
References vcl::unotools::b2DRectangleFromRectangle(), SdrObject::GetLastBoundRect(), basegfx::Range2D< typename TYPE, typename TRAITS >::grow(), tools::Rectangle::IsEmpty(), basegfx::Range2D< typename TYPE, typename TRAITS >::isInside(), basctl::DlgEdObj::supportsService(), Point::X(), and Point::Y().
Referenced by basctl::DlgEdView::CheckSingleSdrObjectHit().
void basctl::InvalidateDebuggerSlots | ( | ) |
Definition at line 343 of file basobj3.cxx.
References GetBindingsPtr(), SfxBindings::Invalidate(), and SfxBindings::Update().
Referenced by basctl::ModulWindow::BasicBreakHdl().
|
static |
Definition at line 111 of file localizationmgr.cxx.
References aName, o3tl::equalsAscii(), Prop, and sName.
Referenced by basctl::LocalizationMgr::implHandleControlResourceProperties().
bool basctl::IsValidSbxName | ( | std::u16string_view | rName | ) |
Definition at line 81 of file basobj2.cxx.
Referenced by basctl::TabBar::AllowRenaming(), createLibImpl(), IMPL_LINK(), and IMPL_LINK_NOARG().
|
static |
Definition at line 72 of file basides1.cxx.
References SfxBindings::Invalidate().
Referenced by basctl::Shell::ExecuteGlobal().
|
static |
Definition at line 1088 of file dlged.cxx.
References ALIGN_BOTTOM, COL_BLACK(), OutputDevice::DrawLine(), OutputDevice::DrawRect(), OutputDevice::DrawText(), OutputDevice::GetFont(), OutputDevice::GetOutputSize(), OutputDevice::GetTextHeight(), Size::Height(), lcl_PrintHeader(), basctl::Print::nBorder, basctl::Print::nBottomMargin, basctl::Print::nRightMargin, basctl::Print::nTopMargin, OutputDevice::Pop(), OutputDevice::Push(), vcl::Font::SetAlignment(), OutputDevice::SetFillColor(), OutputDevice::SetFont(), OutputDevice::SetLineColor(), vcl::Font::SetWeight(), WEIGHT_BOLD, and Size::Width().
Referenced by basctl::ModulWindow::FormatAndPrint(), lcl_PrintHeader(), and basctl::DlgEditor::Print().
bool basctl::localesAreEqual | ( | const css::lang::Locale & | rLocaleLeft, |
const css::lang::Locale & | rLocaleRight | ||
) |
bool basctl::localesAreEqual | ( | const Locale & | rLocaleLeft, |
const Locale & | rLocaleRight | ||
) |
Definition at line 48 of file managelang.cxx.
Referenced by basctl::LanguageBox::FillBox(), basctl::ManageLanguageDialog::FillLanguageBox(), and basctl::LocalizationMgr::handleRemoveLocales().
void basctl::MarkDocumentModified | ( | const ScriptDocument & | rDocument | ) |
Definition at line 249 of file basobj3.cxx.
References GetBindingsPtr(), GetShell(), basctl::ScriptDocument::isApplication(), basctl::Shell::SetAppBasicModified(), basctl::ScriptDocument::setDocumentModified(), and basctl::Shell::UpdateObjectCatalog().
Referenced by basctl::ScriptDocument::createDialog(), CreateMacro(), basctl::ScriptDocument::createModule(), basctl::Shell::Deactivate(), basctl::DialogWindow::Deactivating(), basctl::LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject(), basctl::ObjectPage::DeleteCurrent(), basctl::LibPage::DeleteCurrent(), basctl::ModulWindow::ExecuteCommand(), basctl::DialogWindow::ExecuteCommand(), basctl::Shell::ExecuteGlobal(), basctl::LocalizationMgr::handleAddLocales(), basctl::LocalizationMgr::handleRemoveLocales(), IMPL_LINK(), basctl::LibPage::InsertLib(), basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving(), basctl::LocalizationMgr::setControlResourceIDsForNewEditorObject(), basctl::DialogWindow::StoreData(), basctl::ModulWindow::UpdateData(), and basctl::ModulWindow::UpdateModule().
void basctl::Organize | ( | weld::Window * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | xDocFrame, | ||
sal_Int16 | tabId | ||
) |
Definition at line 73 of file basobj2.cxx.
References EnsureIde(), and weld::DialogController::runAsync().
Referenced by basicide_macro_organizer(), and basctl::Shell::ExecuteGlobal().
|
static |
Definition at line 745 of file bastypes.cxx.
References aName, Application::CreateMessageDialog(), and RET_YES.
Referenced by QueryDelDialog(), QueryDelLib(), QueryDelMacro(), QueryDelModule(), and QueryReplaceMacro().
bool basctl::QueryDelDialog | ( | std::u16string_view | rName, |
weld::Widget * | pParent | ||
) |
Definition at line 764 of file bastypes.cxx.
References IDEResId(), and QueryDel().
Referenced by basctl::ObjectPage::DeleteCurrent(), and basctl::DialogWindow::ExecuteCommand().
bool basctl::QueryDelLib | ( | std::u16string_view | rName, |
bool | bRef, | ||
weld::Widget * | pParent | ||
) |
Definition at line 769 of file bastypes.cxx.
References IDEResId(), and QueryDel().
Referenced by basctl::LibPage::DeleteCurrent().
bool basctl::QueryDelMacro | ( | std::u16string_view | rName, |
weld::Widget * | pParent | ||
) |
Definition at line 754 of file bastypes.cxx.
References IDEResId(), and QueryDel().
Referenced by basctl::MacroChooser::DeleteMacro().
bool basctl::QueryDelModule | ( | std::u16string_view | rName, |
weld::Widget * | pParent | ||
) |
Definition at line 774 of file bastypes.cxx.
References IDEResId(), and QueryDel().
Referenced by basctl::ObjectPage::DeleteCurrent(), and basctl::ModulWindow::ExecuteCommand().
bool basctl::QueryPassword | ( | weld::Widget * | pDialogParent, |
const css::uno::Reference< css::script::XLibraryContainer > & | xLibContainer, | ||
const OUString & | rLibName, | ||
OUString & | rPassword, | ||
bool | bRepeat = false , |
||
bool | bNewTitle = false |
||
) |
bool basctl::QueryPassword | ( | weld::Widget * | pDialogParent, |
const Reference< script::XLibraryContainer > & | xLibContainer, | ||
const OUString & | rLibName, | ||
OUString & | rPassword, | ||
bool | bRepeat, | ||
bool | bNewTitle | ||
) |
Definition at line 779 of file bastypes.cxx.
References Application::CreateMessageDialog(), SfxPasswordDialog::GetPassword(), IDEResId(), RET_OK, SfxPasswordDialog::run(), and SfxPasswordDialog::SetMinLen().
Referenced by basctl::Shell::ExecuteGlobal(), basctl::LibPage::Export(), basctl::ObjectPage::GetSelection(), and IMPL_LINK().
bool basctl::QueryReplaceMacro | ( | std::u16string_view | rName, |
weld::Widget * | pParent | ||
) |
Definition at line 759 of file bastypes.cxx.
References IDEResId(), and QueryDel().
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().
bool basctl::RemoveDialog | ( | const ScriptDocument & | rDocument, |
const OUString & | rLibName, | ||
const OUString & | rDlgName | ||
) |
Definition at line 203 of file basobj3.cxx.
References GetShell(), basctl::ScriptDocument::removeDialog(), and basctl::LocalizationMgr::removeResourceForDialog().
Referenced by basctl::ObjectPage::DeleteCurrent(), basctl::DialogWindow::ExecuteCommand(), and basctl::SbTreeListBoxDropTarget::NotifyCopyingMoving().
bool basctl::RenameDialog | ( | weld::Widget * | pErrorParent, |
const ScriptDocument & | rDocument, | ||
const OUString & | rLibName, | ||
const OUString & | rOldName, | ||
const OUString & | rNewName | ||
) |
renames a dialog
Will show an error message when renaming fails because the new name is already used.
css::container::ElementExistException | |
css::container::NoSuchElementException | |
css::uno::RuntimeException |
Definition at line 138 of file basobj3.cxx.
References Application::CreateMessageDialog(), DBG_ASSERT, basctl::Shell::FindDlgWin(), TabBar::GetCurPageId(), GetShell(), basctl::Shell::GetTabBar(), basctl::Shell::GetWindowId(), basctl::ScriptDocument::hasDialog(), IDEResId(), TabBar::MakeVisible(), nId, basctl::ScriptDocument::renameDialog(), basctl::LocalizationMgr::renameStringResourceIDs(), TabBar::SetPageText(), and basctl::TabBar::Sort().
Referenced by IMPL_LINK(), and basctl::DialogWindow::RenameDialog().
bool basctl::RenameModule | ( | weld::Widget * | pErrorParent, |
const ScriptDocument & | rDocument, | ||
const OUString & | rLibName, | ||
const OUString & | rOldName, | ||
const OUString & | rNewName | ||
) |
renames a module
Will show an error message when renaming fails because the new name is already used.
Definition at line 130 of file basobj2.cxx.
References Application::CreateMessageDialog(), basctl::Shell::FindBasWin(), TabBar::GetCurPageId(), GetShell(), basctl::Shell::GetTabBar(), basctl::Shell::GetWindowId(), basctl::ScriptDocument::hasModule(), IDEResId(), TabBar::MakeVisible(), nId, basctl::ScriptDocument::renameModule(), SAL_WARN, SAL_WARN_IF, TabBar::SetPageText(), and basctl::TabBar::Sort().
Referenced by basctl::Shell::ExecuteGlobal(), and IMPL_LINK().
void basctl::RunMethod | ( | SbMethod const * | pMethod | ) |
Definition at line 276 of file basobj3.cxx.
References SbxValues::eType, SbxValue::Get(), and SbxVOID.
Referenced by basctl::ModulWindow::BasicExecute().
sal_Int32 basctl::searchEOL | ( | std::u16string_view | rStr, |
sal_Int32 | fromIndex | ||
) |
Definition at line 1008 of file baside2b.cxx.
References LINE_SEP, and LINE_SEP_CR.
Referenced by basctl::EditorWindow::CreateEditEngine(), and CutLines().
void basctl::setTextEngineText | ( | ExtTextEngine & | rEngine, |
std::u16string_view | aStr | ||
) |
Definition at line 130 of file baside2b.cxx.
References aStr, LINEEND_LF, OUStringToOString(), TextEngine::Read(), SvStream::SetLineDelimiter(), SvStream::SetStreamCharSet(), and TextEngine::SetText().
Referenced by basctl::EditorWindow::CreateEditEngine(), and basctl::ModulWindow::UpdateData().
basctl::SFX_IMPL_NAMED_VIEWFACTORY | ( | Shell | , |
"Default" | |||
) |
Definition at line 146 of file basidesh.cxx.
References SFX_VIEW_REGISTRATION.
basctl::SFX_IMPL_TOOLBOX_CONTROL | ( | LanguageBoxControl | , |
SfxStringItem | |||
) |
Macro for implementation two methods for LanguageBoxControl Class
basctl::SFX_IMPL_TOOLBOX_CONTROL | ( | LibBoxControl | , |
SfxStringItem | |||
) |
Macro for implementation two methods for LibBoxControl Class
void basctl::ShellCreated | ( | Shell * | pShell | ) |
Definition at line 87 of file iderdll.cxx.
Referenced by basctl::Shell::Init().
void basctl::ShellDestroyed | ( | Shell const * | pShell | ) |
Definition at line 94 of file iderdll.cxx.
Referenced by basctl::Shell::~Shell().
void basctl::StopBasic | ( | ) |
Definition at line 283 of file basobj3.cxx.
References basctl::BaseWindow::BasicStopped(), BasicStopped(), GetShell(), and StarBASIC::Stop().
Referenced by basctl::Shell::ExecuteGlobal(), and basctl::EditorWindow::ImpCanModify().
|
constexpr |
Definition at line 62 of file dlged.cxx.
Referenced by basctl::DlgEditor::ShowDialog().
|
constexpr |
Definition at line 61 of file dlged.cxx.
Referenced by basctl::DlgEditor::Copy(), basctl::DlgEditor::Paste(), and basctl::DlgEditor::ShowDialog().
|
constexpr |
Definition at line 81 of file basidesh.cxx.
Referenced by basctl::Shell::InitZoomLevel(), and basctl::Shell::~Shell().
|
constexpr |
Definition at line 80 of file basidesh.cxx.
Referenced by basctl::Shell::InitZoomLevel(), and basctl::Shell::~Shell().
|
constexpr |
Definition at line 57 of file bastypes.cxx.
Referenced by basctl::BaseWindow::Init(), and basctl::BaseWindow::ShowReadOnlyInfoBar().
|
constexpr |
Definition at line 46 of file basidesh.hxx.
Referenced by basctl::Shell::InitZoomLevel().
|
constexpr |
Definition at line 52 of file dlged.hxx.
Referenced by basctl::DlgEditor::AdjustPageSize().
|
constexpr |
Definition at line 51 of file dlged.hxx.
Referenced by basctl::DlgEditor::AdjustPageSize().
|
inlineconstexpr |
Definition at line 42 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEdObj::TransformControlToSdrCoordinates(), basctl::DlgEdObj::TransformFormToSdrCoordinates(), basctl::DlgEdObj::TransformSdrToControlCoordinates(), and basctl::DlgEdObj::TransformSdrToFormCoordinates().
|
inlineconstexpr |
Definition at line 29 of file dlgeddef.hxx.
Referenced by IMPL_LINK().
|
inlineconstexpr |
Definition at line 30 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::SetDefaults().
|
inlineconstexpr |
Definition at line 31 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEditor::AdjustPageSize(), basctl::DlgEditor::Paint(), basctl::DlgEdObj::PositionAndSizeChange(), basctl::DlgEdForm::PositionAndSizeChange(), basctl::AccessibleDialogControlShape::propertyChange(), basctl::DlgEdObj::SetPropsFromRect(), basctl::DlgEdForm::SetPropsFromRect(), basctl::DlgEdObj::SetRectFromProps(), and basctl::DlgEdForm::SetRectFromProps().
|
inlineconstexpr |
Definition at line 32 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::SetDefaults().
|
inlineconstexpr |
Definition at line 33 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEditor::Copy(), basctl::ScriptDocument::Impl::createDialog(), basctl::DlgEditor::Delete(), basctl::DlgEdObj::DlgEdObj(), basctl::DlgEdObj::NameChange(), basctl::DlgEditor::Paste(), basctl::AccessibleDialogControlShape::propertyChange(), basctl::ScriptDocument::Impl::renameModuleOrDialog(), and basctl::DlgEdObj::SetDefaults().
|
inlineconstexpr |
Definition at line 34 of file dlgeddef.hxx.
Referenced by IMPL_LINK().
|
inlineconstexpr |
Definition at line 35 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEditor::AdjustPageSize(), basctl::DlgEdObj::PositionAndSizeChange(), basctl::DlgEdForm::PositionAndSizeChange(), basctl::AccessibleDialogControlShape::propertyChange(), basctl::DlgEdObj::SetPropsFromRect(), basctl::DlgEdForm::SetPropsFromRect(), basctl::DlgEdObj::SetRectFromProps(), basctl::DlgEdForm::SetRectFromProps(), and basctl::DlgEdObj::TransformControlToSdrCoordinates().
|
inlineconstexpr |
Definition at line 36 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEditor::AdjustPageSize(), basctl::DlgEdObj::PositionAndSizeChange(), basctl::DlgEdForm::PositionAndSizeChange(), basctl::AccessibleDialogControlShape::propertyChange(), basctl::DlgEdObj::SetPropsFromRect(), basctl::DlgEdForm::SetPropsFromRect(), basctl::DlgEdObj::SetRectFromProps(), basctl::DlgEdForm::SetRectFromProps(), and basctl::DlgEdObj::TransformControlToSdrCoordinates().
|
inlineconstexpr |
Definition at line 37 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEdObj::GetStep(), and basctl::DlgEdObj::SetDefaults().
|
inlineconstexpr |
Definition at line 38 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEdObj::DlgEdObj(), basctl::DlgEditor::Paste(), basctl::DlgEdObj::SetDefaults(), basctl::DlgEditor::SetDialog(), basctl::DlgEdObj::TabIndexChange(), and basctl::DlgEdForm::UpdateTabIndices().
|
inlineconstexpr |
Definition at line 41 of file dlgeddef.hxx.
Referenced by basctl::DlgEdObj::_propertyChange(), basctl::DlgEditor::AdjustPageSize(), basctl::DlgEditor::Paint(), basctl::DlgEdObj::PositionAndSizeChange(), basctl::DlgEdForm::PositionAndSizeChange(), basctl::AccessibleDialogControlShape::propertyChange(), basctl::DlgEdObj::SetPropsFromRect(), basctl::DlgEdForm::SetPropsFromRect(), basctl::DlgEdObj::SetRectFromProps(), and basctl::DlgEdForm::SetRectFromProps().
|
constexpr |
Definition at line 75 of file baside3.cxx.
Referenced by basctl::ModulWindow::LoadBasic(), basctl::ModulWindow::SaveBasicSource(), and basctl::DialogWindow::SaveDialog().
|
constexpr |
Definition at line 54 of file bastypes.hxx.
Referenced by CreateMacro(), CutLines(), and searchEOL().
|
constexpr |
Definition at line 53 of file bastypes.hxx.
Referenced by CutLines(), and searchEOL().
|
constexpr |
Definition at line 47 of file basidesh.hxx.
Referenced by basctl::Shell::GetMaxZoom(), and basctl::EditorWindow::SetEditorZoomLevel().
|
constexpr |
Definition at line 45 of file basidesh.hxx.
Referenced by basctl::Shell::GetMinZoom().