29 bool operator()(
const std::unique_ptr<weld::TreeIter>& lhs,
30 const std::unique_ptr<weld::TreeIter>& rhs)
const
73 virtual void Close()
override;
std::set< std::unique_ptr< weld::TreeIter >, CustomCompare > maRangeLinks
std::unique_ptr< formula::RefButton > mxRefBtn
std::unique_ptr< weld::Button > mxBtnCancel
bool IsChildrenDirty(const weld::TreeIter *pEntry) const
CustomCompare maCustomCompare
std::set< std::unique_ptr< weld::TreeIter >, CustomCompare > maCellLinks
ScXMLSourceDlg(SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, ScDocument *pDoc)
formula::RefEdit * mpActiveEdit
virtual void Close() override
DECL_LINK(RefModifiedHdl, formula::RefEdit &, void)
std::unique_ptr< weld::TreeView > mxLbTree
virtual bool IsRefInputMode() const override
virtual void Deactivate() override
DECL_LINK(TreeItemSelectHdl, weld::TreeView &, void)
void SelectAllChildEntries(const weld::TreeIter &rEntry)
std::unique_ptr< weld::Button > mxBtnSelectSource
virtual ~ScXMLSourceDlg() override
void RepeatElementSelected(const weld::TreeIter &rEntry)
void LoadSourceFileStructure(const OUString &rPath)
std::unique_ptr< weld::Button > mxBtnOk
virtual void SetReference(const ScRange &rRange, ScDocument &rDoc) override
std::unique_ptr< formula::RefEdit > mxRefEdit
bool IsParentDirty(const weld::TreeIter *pEntry) const
Check if any of its parents is linked or repeated.
std::unique_ptr< ScOrcusXMLContext > mpXMLContext
ScOrcusXMLTreeParam maXMLParam
virtual void SetActive() override
std::unique_ptr< weld::Label > mxFtSourceFile
void DefaultElementSelected(const weld::TreeIter &rEntry)
DECL_LINK(BtnPressedHdl, weld::Button &, void)
void AttributeSelected(const weld::TreeIter &rEntry)
std::unique_ptr< weld::Container > mxMapGrid
std::unique_ptr< weld::TreeIter > mxCurRefEntry
virtual int iter_compare(const TreeIter &a, const TreeIter &b) const=0
CustomCompare(weld::TreeView &rLbTree)
weld::TreeView & mrLbTree
bool operator()(const std::unique_ptr< weld::TreeIter > &lhs, const std::unique_ptr< weld::TreeIter > &rhs) const
Parameter used during call to ScOrcusFilters::loadXMLStructure().