summaryrefslogtreecommitdiff
path: root/include/svx/fmgridif.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 12:35:24 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:15 +0200
commit3df902ba28f6b142277a45b781a6d65389fad6b9 (patch)
treecba5c47d55da4cb4f920fb954617fd1633f079e6 /include/svx/fmgridif.hxx
parentcaf8f777e38e75641dcd13461053ba0bfd44500f (diff)
svx: sal_Bool->bool
Change-Id: I7588dbf9805cb89b0b13cfae379698038657c994
Diffstat (limited to 'include/svx/fmgridif.hxx')
-rw-r--r--include/svx/fmgridif.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx
index 28537fd89091..a0666dea8da7 100644
--- a/include/svx/fmgridif.hxx
+++ b/include/svx/fmgridif.hxx
@@ -217,7 +217,7 @@ class SVX_DLLPUBLIC FmXGridControl :public UnoControl
protected:
sal_uInt16 m_nPeerCreationLevel;
- sal_Bool m_bInDraw;
+ bool m_bInDraw;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
@@ -341,24 +341,24 @@ class FmGridControl;
class SVX_DLLPUBLIC FmXGridPeer :public VCLXWindow
,public FmXGridPeer_BASE
{
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xColumns;
- ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xCursor;
+ ::css::uno::Reference< ::css::container::XIndexContainer > m_xColumns;
+ ::css::uno::Reference< ::css::sdbc::XRowSet > m_xCursor;
::cppu::OInterfaceContainerHelper m_aModifyListeners,
m_aUpdateListeners,
m_aContainerListeners,
m_aSelectionListeners,
m_aGridControlListeners;
- OUString m_aMode;
+ OUString m_aMode;
sal_Int32 m_nCursorListening;
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterceptor > m_xFirstDispatchInterceptor;
+ ::css::uno::Reference< ::css::frame::XDispatchProviderInterceptor > m_xFirstDispatchInterceptor;
- sal_Bool m_bInterceptingDispatch;
+ bool m_bInterceptingDispatch;
- sal_Bool* m_pStateCache;
+ bool* m_pStateCache;
// one bool for each supported url
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > * m_pDispatchers;
+ ::css::uno::Reference< ::css::frame::XDispatch > * m_pDispatchers;
// one dispatcher for each supported url
// (I would like to have a vector here but including the stl in an exported file seems
// very risky to me ....)
@@ -368,11 +368,11 @@ class SVX_DLLPUBLIC FmXGridPeer :public VCLXWindow
GridListenerDelegator* m_pGridListener;
protected:
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
- ::osl::Mutex m_aMutex;
+ ::css::uno::Reference< ::css::uno::XComponentContext > m_xContext;
+ ::osl::Mutex m_aMutex;
public:
- FmXGridPeer(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >&);
+ FmXGridPeer(const ::css::uno::Reference< ::css::uno::XComponentContext >&);
~FmXGridPeer();
// spaeter Constructor, immer nach dem realen Constructor zu rufen !