Home
last modified time | relevance | path

Searched refs:nNo (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dobjface.cxx271 if ( nNo < nBaseCount ) in GetObjectBarId()
275 nNo = nNo - nBaseCount; in GetObjectBarId()
290 if ( nNo < nBaseCount ) in GetObjectBarPos()
294 nNo = nNo - nBaseCount; in GetObjectBarPos()
309 if ( nNo < nBaseCount ) in GetObjectBarFlags()
313 nNo = nNo - nBaseCount; in GetObjectBarFlags()
352 if ( nNo < nBaseCount ) in GetChildWindowId()
356 nNo = nNo - nBaseCount; in GetChildWindowId()
377 nNo = nNo - nBaseCount; in GetChildWindowFeature()
418 nNo = nNo - nBaseCount; in GetObjectBarFeature()
[all …]
H A Dmsgpool.cxx172 OUString SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup() argument
175 if ( nNo < _vGroups.size() ) in SeekGroup()
177 _nCurGroup = nNo; in SeekGroup()
182 if ( nNo < nParentCount && _vGroups[nNo] == _pParentPool->_vGroups[nNo] ) in SeekGroup()
183 _pParentPool->_nCurGroup = nNo; in SeekGroup()
190 if ( _vGroups[nNo] == _pParentPool->_vGroups[i] ) in SeekGroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dobjface.cxx291 if ( nNo < nBaseCount ) in GetObjectBarId()
295 nNo = nNo - nBaseCount; in GetObjectBarId()
310 if ( nNo < nBaseCount ) in GetObjectBarPos()
314 nNo = nNo - nBaseCount; in GetObjectBarPos()
329 if ( nNo < nBaseCount ) in GetObjectBarFlags()
333 nNo = nNo - nBaseCount; in GetObjectBarFlags()
372 if ( nNo < nBaseCount ) in GetChildWindowId()
376 nNo = nNo - nBaseCount; in GetChildWindowId()
397 nNo = nNo - nBaseCount; in GetChildWindowFeature()
438 nNo = nNo - nBaseCount; in GetObjectBarFeature()
[all …]
H A Dmsgpool.cxx186 OUString SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup() argument
189 if ( nNo < _vGroups.size() ) in SeekGroup()
191 _nCurGroup = nNo; in SeekGroup()
196 if ( nNo < nParentCount && _vGroups[nNo] == _pParentPool->_vGroups[nNo] ) in SeekGroup()
197 _pParentPool->_nCurGroup = nNo; in SeekGroup()
204 if ( _vGroups[nNo] == _pParentPool->_vGroups[i] ) in SeekGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dobjface.hxx92 ToolbarId GetObjectBarId(sal_uInt16 nNo) const;
93 sal_uInt16 GetObjectBarPos( sal_uInt16 nNo ) const;
94 SfxVisibilityFlags GetObjectBarFlags( sal_uInt16 nNo ) const;
95 SfxShellFeature GetObjectBarFeature(sal_uInt16 nNo) const;
97 bool IsObjectBarVisible( sal_uInt16 nNo) const;
98 SfxShellFeature GetChildWindowFeature(sal_uInt16 nNo) const;
99 sal_uInt32 GetChildWindowId( sal_uInt16 nNo ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dobjface.hxx92 ToolbarId GetObjectBarId(sal_uInt16 nNo) const;
93 sal_uInt16 GetObjectBarPos( sal_uInt16 nNo ) const;
94 SfxVisibilityFlags GetObjectBarFlags( sal_uInt16 nNo ) const;
95 SfxShellFeature GetObjectBarFeature(sal_uInt16 nNo) const;
97 bool IsObjectBarVisible( sal_uInt16 nNo) const;
98 SfxShellFeature GetChildWindowFeature(sal_uInt16 nNo) const;
99 sal_uInt32 GetChildWindowId( sal_uInt16 nNo ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/config/
H A Devntconf.cxx59 for ( size_t nNo = 0, nCnt = rOwn.size(); nNo < nCnt; ++nNo ) in operator ==() local
61 const SfxEventName &rOwnEvent = rOwn.at( nNo ); in operator ==()
62 const SfxEventName &rOtherEvent = rOther.at( nNo ); in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/config/
H A Devntconf.cxx69 for ( size_t nNo = 0, nCnt = rOwn.size(); nNo < nCnt; ++nNo ) in operator ==() local
71 const SfxEventName &rOwnEvent = rOwn.at( nNo ); in operator ==()
72 const SfxEventName &rOtherEvent = rOther.at( nNo ); in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Deditutil.cxx726 static OUString lcl_GetCharStr( sal_Int32 nNo ) in lcl_GetCharStr() argument
728 OSL_ENSURE( nNo, "0 is an invalid number !!" ); in lcl_GetCharStr()
735 nCalc = nNo % coDiff; in lcl_GetCharStr()
739 nNo = sal::static_int_cast<sal_Int32>( nNo - nCalc ); in lcl_GetCharStr()
740 if( nNo ) in lcl_GetCharStr()
741 nNo /= coDiff; in lcl_GetCharStr()
742 } while( nNo ); in lcl_GetCharStr()
749 if( nNo ) in lcl_GetNumStr()
755 aTmpStr = lcl_GetCharStr( nNo ); in lcl_GetNumStr()
760 if( nNo < 4000 ) in lcl_GetNumStr()
[all …]
H A Dcallform.cxx54 …(sal_uInt16& nNo, sal_Char* pFuncName, sal_uInt16& nParamCount, ParamType* peType, sal_Char* pInte…
58 (sal_uInt16& nNo, sal_uInt16& nParam, sal_Char* pName, sal_Char* pDesc );
60 typedef void (CALLTYPE* IsAsync) ( sal_uInt16& nNo,
62 typedef void (CALLTYPE* Advice) ( sal_uInt16& nNo,
96 sal_uInt16 nNo, in LegacyFuncData() argument
103 nNumber (nNo), in LegacyFuncData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dmacroass.cxx187 for ( size_t nNo = 0, nCnt = rList.size(); nNo < nCnt; ++nNo ) in PageCreated() local
189 const SfxEventName &rOwn = rList.at(nNo); in PageCreated()
206 for ( size_t nNo = 0, nCnt = rList.size(); nNo < nCnt; ++nNo ) in Reset() local
208 const SfxEventName &rOwn = rList.at(nNo); in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dmacroass.cxx187 for ( size_t nNo = 0, nCnt = rList.size(); nNo < nCnt; ++nNo ) in PageCreated() local
189 const SfxEventName &rOwn = rList.at(nNo); in PageCreated()
206 for ( size_t nNo = 0, nCnt = rList.size(); nNo < nCnt; ++nNo ) in Reset() local
208 const SfxEventName &rOwn = rList.at(nNo); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Deditutil.cxx780 static OUString lcl_GetCharStr( sal_Int32 nNo ) in lcl_GetCharStr() argument
782 OSL_ENSURE( nNo, "0 is an invalid number !!" ); in lcl_GetCharStr()
789 nCalc = nNo % coDiff; in lcl_GetCharStr()
793 nNo = sal::static_int_cast<sal_Int32>( nNo - nCalc ); in lcl_GetCharStr()
794 if( nNo ) in lcl_GetCharStr()
795 nNo /= coDiff; in lcl_GetCharStr()
796 } while( nNo ); in lcl_GetCharStr()
803 if( nNo ) in lcl_GetNumStr()
809 aTmpStr = lcl_GetCharStr( nNo ); in lcl_GetNumStr()
814 if( nNo < 4000 ) in lcl_GetNumStr()
[all …]
H A Dcallform.cxx53 …(sal_uInt16& nNo, char* pFuncName, sal_uInt16& nParamCount, ParamType* peType, char* pInternalName…
57 (sal_uInt16& nNo, sal_uInt16& nParam, char* pName, char* pDesc );
59 typedef void (CALLTYPE* IsAsync) ( sal_uInt16& nNo,
61 typedef void (CALLTYPE* Advice) ( sal_uInt16& nNo,
95 sal_uInt16 nNo, in LegacyFuncData() argument
102 nNumber (nNo), in LegacyFuncData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dftnidx.cxx298 sal_uInt16 nNo = 1; // Number for the Footnotes in UpdateAllFootnote() local
318 rFootnoteInfo.m_nFootnoteOffset + nNo, in UpdateAllFootnote()
321 ++nNo; in UpdateAllFootnote()
330 nNo = 1; in UpdateAllFootnote()
339 for (nNo = 1, nNoNo = 1; nFootnoteIdx < size(); ++nFootnoteIdx) in UpdateAllFootnote()
348 rFootnoteInfo.m_nFootnoteOffset + nNo, in UpdateAllFootnote()
351 ++nNo; in UpdateAllFootnote()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dftnidx.cxx298 sal_uInt16 nNo = 1; // Number for the Footnotes in UpdateAllFootnote() local
318 rFootnoteInfo.nFootnoteOffset + nNo, in UpdateAllFootnote()
321 ++nNo; in UpdateAllFootnote()
330 nNo = 1; in UpdateAllFootnote()
339 for (nNo = 1, nNoNo = 1; nFootnoteIdx < size(); ++nFootnoteIdx) in UpdateAllFootnote()
348 rFootnoteInfo.nFootnoteOffset + nNo, in UpdateAllFootnote()
351 ++nNo; in UpdateAllFootnote()
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/
H A DWOComponent+JS.m60 static NSNumber *nNo = nil;
64 if (nNo == nil) nNo = [[NSNumber alloc] initWithBool:NO];\
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/
H A DWOComponent+JS.m60 static NSNumber *nNo = nil;
64 if (nNo == nil) nNo = [[NSNumber alloc] initWithBool:NO];\
/dports/comms/minicom/minicom-2.7.1/extras/
H A Dsaralogin32 print "\nNo answer from gateway"
35 print "\nNo answer from terminal server"
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dredline.hxx147 void SetSeqNo( sal_uInt16 nNo ) { m_nSeqNo = nNo; } in SetSeqNo() argument
222 void SetSeqNo( sal_uInt16 nNo ) { m_pRedlineData->SetSeqNo( nNo ); } in SetSeqNo() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dredline.hxx148 void SetSeqNo( sal_uInt16 nNo ) { m_nSeqNo = nNo; } in SetSeqNo() argument
223 void SetSeqNo( sal_uInt16 nNo ) { m_pRedlineData->SetSeqNo( nNo ); } in SetSeqNo() argument
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_curl/multi/
H A Dcurl_multi_errno_strerror_001.phpt38 Assert::contains($output, "0\nNo error");
42 Assert::contains($output, "0\nNo error");
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx604 OUString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment() argument
610 assert(nNo < pUndoArray->nCurUndoAction); in GetUndoActionComment()
611 if( nNo < pUndoArray->nCurUndoAction ) in GetUndoActionComment()
612 …sComment = pUndoArray->maUndoActions[ pUndoArray->nCurUndoAction - 1 - nNo ].pAction->GetComment(); in GetUndoActionComment()
617 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
621 assert(nNo < m_xData->pActUndoArray->nCurUndoAction); in GetUndoAction()
622 if( nNo >= m_xData->pActUndoArray->nCurUndoAction ) in GetUndoAction()
624 …return m_xData->pActUndoArray->maUndoActions[m_xData->pActUndoArray->nCurUndoAction-1-nNo].pAction… in GetUndoAction()
756 OUString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment() argument
761 if ( (pUndoArray->nCurUndoAction + nNo) < pUndoArray->maUndoActions.size() ) in GetRedoActionComment()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx603 OUString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment() argument
609 assert(nNo < pUndoArray->nCurUndoAction); in GetUndoActionComment()
610 if( nNo < pUndoArray->nCurUndoAction ) in GetUndoActionComment()
611 …sComment = pUndoArray->maUndoActions[ pUndoArray->nCurUndoAction - 1 - nNo ].pAction->GetComment(); in GetUndoActionComment()
616 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
620 assert(nNo < m_xData->pActUndoArray->nCurUndoAction); in GetUndoAction()
621 if( nNo >= m_xData->pActUndoArray->nCurUndoAction ) in GetUndoAction()
623 …return m_xData->pActUndoArray->maUndoActions[m_xData->pActUndoArray->nCurUndoAction-1-nNo].pAction… in GetUndoAction()
755 OUString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment() argument
760 if ( (pUndoArray->nCurUndoAction + nNo) < pUndoArray->maUndoActions.size() ) in GetRedoActionComment()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/notify/
H A DSfxBroadcaster.cxx143 SfxListener* SfxBroadcaster::GetListener(size_t nNo) const { return m_Listeners[nNo]; } in GetListener()

12345678910>>...16