Home
last modified time | relevance | path

Searched refs:maCommand (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dgrafctrl.cxx72 OUString maCommand; member in __anon457249f80111::ImplGrafControl
109 if ( maCommand == ".uno:GrafRed" || in IMPL_LINK_NOARG()
110 maCommand == ".uno:GrafGreen" || in IMPL_LINK_NOARG()
111 maCommand == ".uno:GrafBlue" || in IMPL_LINK_NOARG()
112 maCommand == ".uno:GrafLuminance" || in IMPL_LINK_NOARG()
113 maCommand == ".uno:GrafContrast" ) in IMPL_LINK_NOARG()
115 else if ( maCommand == ".uno:GrafGamma" || in IMPL_LINK_NOARG()
122 INetURLObject aObj( maCommand ); in IMPL_LINK_NOARG()
130 maCommand, in IMPL_LINK_NOARG()
198 , maCommand(rCmd) in ImplGrafControl()
[all …]
H A Dlayctrl.cxx47 OUString maCommand; member in __anon67f6233e0111::TableWidget
125 , maCommand(rCommand) in TableWidget()
303 if (maCommand == ".uno:ShowMultiplePages") in Paint()
H A Dtbcontrl.cxx1768 , maCommand(rCommand) in ColorWindow()
1859 AddStatusListener( maCommand ); in ColorWindow()
1860 if ( maCommand == ".uno:FrameLineColor" ) in ColorWindow()
1964 OUString sCommand(maCommand); in IMPL_LINK()
1997 OUString sCommand(maCommand); in IMPL_LINK()
2009 OUString sCommand = maCommand; in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dgrafctrl.cxx82 OUString const maCommand; member in ImplGrafMetricField
99 maCommand( rCmd ), in ImplGrafMetricField()
105 if ( maCommand == ".uno:GrafGamma" ) in ImplGrafMetricField()
143 if ( maCommand == ".uno:GrafRed" || in IMPL_LINK_NOARG()
144 maCommand == ".uno:GrafGreen" || in IMPL_LINK_NOARG()
145 maCommand == ".uno:GrafBlue" || in IMPL_LINK_NOARG()
146 maCommand == ".uno:GrafLuminance" || in IMPL_LINK_NOARG()
147 maCommand == ".uno:GrafContrast" ) in IMPL_LINK_NOARG()
149 else if ( maCommand == ".uno:GrafGamma" || in IMPL_LINK_NOARG()
155 INetURLObject aObj( maCommand ); in IMPL_LINK_NOARG()
[all …]
H A Dlayctrl.cxx61 OUString const maCommand; member in TableWindow
115 , maCommand( rCmd ) in TableWindow()
370 aTargetURL.Complete = maCommand; in TableDialog()
419 OUString const maCommand; member in ColumnsWindow
441 maCommand( rCmd ) in ColumnsWindow()
692 maCommand, in PopupModeEnd()
H A Dtbcontrl.cxx1666 maCommand( rCommand ), in SvxColorWindow()
1761 AddStatusListener( maCommand ); in SvxColorWindow()
1762 if ( maCommand == ".uno:FrameLineColor" ) in SvxColorWindow()
2018 maColorSelectFunction(maCommand, aNamedColor); in IMPL_LINK()
2077 maColorSelectFunction(maCommand, aNamedColor); in IMPL_LINK()
2111 mxPaletteManager->PopupColorPicker(pParentFrame, maCommand, GetSelectEntryColor().first); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dstatus.cxx71 OUString maCommand; member
1190 if ( pItem->maCommand != rCommand ) in SetItemCommand()
1191 pItem->maCommand = rCommand; in SetItemCommand()
1200 return mvItemList[ nPos ]->maCommand; in GetItemCommand()
1271 … if ( pItem->maHelpText.isEmpty() && ( !pItem->maHelpId.isEmpty() || !pItem->maCommand.isEmpty() )) in GetHelpText()
1276 if ( !pItem->maCommand.isEmpty() ) in GetHelpText()
1277 pItem->maHelpText = pHelp->GetHelpText( pItem->maCommand, this ); in GetHelpText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dstatus.cxx74 OUString maCommand; member
1199 if ( pItem->maCommand != rCommand ) in SetItemCommand()
1200 pItem->maCommand = rCommand; in SetItemCommand()
1209 return mvItemList[ nPos ]->maCommand; in GetItemCommand()
1280 … if ( pItem->maHelpText.isEmpty() && ( !pItem->maHelpId.isEmpty() || !pItem->maCommand.isEmpty() )) in GetHelpText()
1285 if ( !pItem->maCommand.isEmpty() ) in GetHelpText()
1286 pItem->maHelpText = pHelp->GetHelpText( pItem->maCommand, this ); in GetHelpText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dcolorwindow.hxx85 OUString maCommand; member in ColorWindow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dcolorwindow.hxx65 OUString const maCommand; member in SvxColorWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dbutton.hxx47 OUString maCommand; member in Button
84 OUString const & GetCommand() const { return maCommand; } in GetCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dbutton.hxx45 OUString maCommand; member in Button
75 OUString const & GetCommand() const { return maCommand; } in GetCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddpobject.hxx345 OUString const maCommand; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddpobject.hxx344 OUString maCommand; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddpobject.cxx3161 mnSdbType(nSdbType), maDBName(rDBName), maCommand(rCommand) {} in DBType()
3936 return left.maCommand < right.maCommand; in operator <()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddpobject.cxx3163 mnSdbType(nSdbType), maDBName(rDBName), maCommand(rCommand) {} in DBType()
3938 return left.maCommand < right.maCommand; in operator <()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx3264 OString maCommand; ///< Command for which this is the result. member in DispatchResultListener
3269 : maCommand(pCommand) in DispatchResultListener()
3278 aTree.put("commandName", maCommand.getStr()); in dispatchFinished()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dbutton.cxx119 maCommand = aCommand; in SetCommandHandler()
590 comphelper::dispatchCommand(pButton->maCommand, uno::Sequence<beans::PropertyValue>()); in IMPL_STATIC_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dbutton.cxx114 maCommand = aCommand; in SetCommandHandler()
567 comphelper::dispatchCommand(pButton->maCommand, uno::Sequence<beans::PropertyValue>()); in IMPL_STATIC_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx3758 OString maCommand; ///< Command for which this is the result. member in __anon63b590d11811::DispatchResultListener
3763 : maCommand(pCommand) in DispatchResultListener()
3772 aTree.put("commandName", maCommand.getStr()); in dispatchFinished()