Home
last modified time | relevance | path

Searched refs:getTypedControlWindow (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dusercontrol.cxx93 getTypedControlWindow()->setControlHelper(*this); in OFormatSampleControl()
116 getTypedControlWindow()->SetText( "" ); in setValue()
176 getTypedControlWindow()->TreatAsNumber(true); in OFormattedNumericControl()
189 getTypedControlWindow()->SetValue( nValue ); in setValue()
191 getTypedControlWindow()->SetText(""); in setValue()
216 getTypedControlWindow()->TreatAsNumber(true); in SetFormatDescription()
223 …const SvNumberformat* pEntry = getTypedControlWindow()->GetFormatter()->GetEntry(getTypedControlWi… in SetFormatDescription()
236 getTypedControlWindow()->SetText(""); in SetFormatDescription()
263 getTypedControlWindow()->DisplayURL( getTypedControlWindow()->GetPlaceHolder() ); in setValue()
268 getTypedControlWindow()->SetText( "" ); in setValue()
[all …]
H A Dstandardcontrol.cxx89 getTypedControlWindow()->SetText( "" ); in setValue()
90 getTypedControlWindow()->SetEmptyTime(); in setValue()
140 getTypedControlWindow()->SetText( "" ); in setValue()
141 getTypedControlWindow()->SetEmptyDate(); in setValue()
197 getTypedControlWindow()->SetText( sText ); in setValue()
266 getTypedControlWindow()->SetFormatter( getTypedControlWindow()->StandardFormatter() ); in ODateTimeControl()
278 getTypedControlWindow()->SetText( "" ); in setValue()
438 getTypedControlWindow()->SetText( sText ); in setValue()
699 getTypedControlWindow()->Enable(); in OListboxControl()
744 getTypedControlWindow()->Clear(); in clearList()
[all …]
H A Dusercontrol.hxx72 getTypedControlWindow()->SetFormatSupplier( _pSupplier ); in SetFormatSupplier()
113 …void SetDecimalDigits(sal_uInt16 nPrecision) { getTypedControlWindow()->SetDecimalDigits(nPrecisio… in SetDecimalDigits()
114 void SetDefaultValue(double dDef) { getTypedControlWindow()->SetDefaultValue(dDef); } in SetDefaultValue()
115 void EnableEmptyField(bool bEnable) { getTypedControlWindow()->EnableEmptyField(bEnable); } in EnableEmptyField()
116 void SetThousandsSep(bool bEnable) { getTypedControlWindow()->SetThousandsSep(bEnable); } in SetThousandsSep()
H A Dcommoncontrol.hxx148 TControlWindow* getTypedControlWindow() in getTypedControlWindow() function in pcr::CommonBehaviourControl
150 const TControlWindow* getTypedControlWindow() const in getTypedControlWindow() function in pcr::CommonBehaviourControl
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dstandardcontrol.cxx68 getTypedControlWindow()->set_text(""); in setValue()
176 auto pWidget = getTypedControlWindow(); in OEditControl()
199 getTypedControlWindow()->set_text( sText ); in setValue()
308 auto pWidget = getTypedControlWindow(); in OHyperlinkControl()
375 return getTypedControlWindow()->get_digits(); in getDecimalDigits()
453 getTypedControlWindow()->set_unit(eFieldUnit); in setDisplayUnit()
472 getTypedControlWindow()->set_text( "" ); in setValue()
575 getTypedControlWindow()->set_active(-1); in setValue()
591 getTypedControlWindow()->clear(); in clearList()
601 getTypedControlWindow()->append_text(NewEntry); in appendListEntry()
[all …]
H A Dusercontrol.cxx169 Formatter& rFormatter = getTypedControlWindow()->GetFormatter(); in OFormattedNumericControl()
183 getTypedControlWindow()->GetFormatter().SetValue(nValue); in setValue()
185 getTypedControlWindow()->set_text(""); in setValue()
191 if ( !getTypedControlWindow()->get_text().isEmpty() ) in getValue()
192 aPropValue <<= getTypedControlWindow()->GetFormatter().GetValue(); in getValue()
205 Formatter& rFieldFormatter = getTypedControlWindow()->GetFormatter(); in SetFormatDescription()
228 getTypedControlWindow()->set_text(""); in SetFormatDescription()
236 getTypedControlWindow()->DisableHistory(); in OFileUrlControl()
247 SvtURLBox* pControlWindow = getTypedControlWindow(); in setValue()
257 if (!getTypedControlWindow()->get_active_text().isEmpty()) in getValue()
[all …]
H A Dusercontrol.hxx65 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
101 …void SetDecimalDigits(sal_uInt16 nPrecision) { getTypedControlWindow()->GetFormatter().SetDecimalD… in SetDecimalDigits()
102 …void SetDefaultValue(double dDef) { getTypedControlWindow()->GetFormatter().SetDefaultValue(dDef);… in SetDefaultValue()
107getTypedControlWindow()->connect_value_changed(LINK(this, CommonBehaviourControlHelper, FormattedM… in SetModifyHandler()
108getTypedControlWindow()->connect_changed(LINK(this, CommonBehaviourControlHelper, EditModifiedHdl)… in SetModifyHandler()
111 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
134 SvtURLBox* pControlWindow = getTypedControlWindow(); in SetModifyHandler()
140 virtual weld::Widget* getWidget() override { return getTypedControlWindow()->getWidget(); } in getWidget()
H A Dstandardcontrol.hxx59 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
95 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
121 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
160 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
191 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
235 weld::MetricSpinButton* pSpinButton = getTypedControlWindow(); in SetModifyHandler()
241 … virtual weld::Widget* getWidget() override { return &getTypedControlWindow()->get_widget(); } in getWidget()
279 … virtual weld::Widget* getWidget() override { return &getTypedControlWindow()->get_widget(); } in getWidget()
309 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
337 virtual weld::Widget* getWidget() override { return getTypedControlWindow(); } in getWidget()
[all …]
H A Dcommoncontrol.hxx159 TControlWindow* getTypedControlWindow() in getTypedControlWindow() function in pcr::CommonBehaviourControl
161 const TControlWindow* getTypedControlWindow() const in getTypedControlWindow() function in pcr::CommonBehaviourControl