Home
last modified time | relevance | path

Searched refs:m_nCallCount (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dpreventduplicateinteraction.cxx89 ++rInfo.m_nCallCount; in handle()
91 bHandleIt = (rInfo.m_nCallCount <= rInfo.m_nMaxCount); in handle()
132 ++rInfo.m_nCallCount; in handleInteractionRequest()
134 bHandleIt = (rInfo.m_nCallCount <= rInfo.m_nMaxCount); in handleInteractionRequest()
175 rInfo.m_nCallCount = aInteractionInfo.m_nCallCount; in addInteractionRule()
H A Dappopen.cxx724 if (aRule.m_nCallCount > 0) in OpenDocExec_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dpreventduplicateinteraction.cxx90 ++rInfo.m_nCallCount; in handle()
92 bHandleIt = (rInfo.m_nCallCount <= rInfo.m_nMaxCount); in handle()
133 ++rInfo.m_nCallCount; in handleInteractionRequest()
135 bHandleIt = (rInfo.m_nCallCount <= rInfo.m_nMaxCount); in handleInteractionRequest()
176 rInfo.m_nCallCount = aInteractionInfo.m_nCallCount; in addInteractionRule()
H A Dappopen.cxx728 if (aRule.m_nCallCount > 0) in OpenDocExec_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Dpreventduplicateinteraction.hxx175 sal_Int32 m_nCallCount; member
185 , m_nCallCount (0 ) in InteractionInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A Dpreventduplicateinteraction.hxx177 sal_Int32 m_nCallCount; member
187 , m_nCallCount (0 ) in InteractionInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dlayact.hxx103 sal_uInt32 m_nCallCount; // calling FormatLayoutTab on the same page member in SwLayAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dlayact.cxx259 m_nCallCount( 0 ) in SwLayAction()
1179 m_nCallCount = 0; in FormatLayout()
1363 if ( m_nTabLevel > 0 && ++m_nCallCount > 50 ) { in FormatLayout()