Home
last modified time | relevance | path

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

12345

/trunk/main/sfx2/source/control/
H A Dobjface.cxx455 if ( nNo < nBaseCount ) in GetObjectBarResId()
459 nNo = nNo - nBaseCount; in GetObjectBarResId()
479 if ( nNo < nBaseCount ) in GetObjectBarPos()
483 nNo = nNo - nBaseCount; in GetObjectBarPos()
529 if ( nNo < nBaseCount ) in GetChildWindowId()
533 nNo = nNo - nBaseCount; in GetChildWindowId()
552 if ( nNo < nBaseCount ) in GetChildWindowFeature()
556 nNo = nNo - nBaseCount; in GetChildWindowFeature()
605 nNo = nNo - nBaseCount; in GetObjectBarName()
626 nNo = nNo - nBaseCount; in GetObjectBarFeature()
[all …]
H A Dmsgpool.cxx224 String SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup() argument
230 if ( _pGroups && nNo < _pGroups->Count() ) in SeekGroup()
232 _nCurGroup = nNo; in SeekGroup()
237 if ( nNo < nParentCount && (*_pGroups)[nNo] == (*_pParentPool->_pGroups)[nNo] ) in SeekGroup()
238 _pParentPool->_nCurGroup = nNo; in SeekGroup()
246 if ( (*_pGroups)[nNo] == (*_pParentPool->_pGroups)[i] ) in SeekGroup()
H A Ddispatch.cxx1781 sal_uInt16 nNo; in _Update_Impl() local
1782 for ( nNo = 0; pIFace && nNo<pIFace->GetObjectBarCount(); ++nNo ) in _Update_Impl()
1784 sal_uInt16 nPos = pIFace->GetObjectBarPos(nNo); in _Update_Impl()
1789 sal_uInt32 nFeature = pIFace->GetObjectBarFeature(nNo); in _Update_Impl()
1805 sal_Bool bVisible = pIFace->IsObjectBarVisible(nNo); in _Update_Impl()
1811 rBar.nResId = pIFace->GetObjectBarResId(nNo).GetId(); in _Update_Impl()
1812 const String *pName = pIFace->GetObjectBarName(nNo); in _Update_Impl()
1829 for ( nNo=0; pIFace && nNo<pIFace->GetChildWindowCount(); nNo++ ) in _Update_Impl()
1831 sal_uInt32 nId = pIFace->GetChildWindowId(nNo); in _Update_Impl()
1841 sal_uInt32 nFeature = pIFace->GetChildWindowFeature(nNo); in _Update_Impl()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx116 String SvxNumberType::GetNumStr( sal_uLong nNo ) const in GetNumStr()
120 return GetNumStr( nNo, aLocale ); in GetNumStr()
151 pValues[1].Value <<= (sal_Int32)nNo; in GetNumStr()
704 sal_uInt8 nZahl = sal_uInt8(nNo / nMask); in CreateRomanString()
706 nNo %= nMask; in CreateRomanString()
746 nCalc = nNo % coDiff; in GetCharStr()
750 nNo -= nCalc; in GetCharStr()
751 if( nNo ) in GetCharStr()
752 nNo /= coDiff; in GetCharStr()
753 } while( nNo ); in GetCharStr()
[all …]
/trunk/main/sc/addin/inc/
H A Daddin.h80 extern void CALLTYPE GetFunctionData( USHORT& nNo,
86 extern void CALLTYPE IsAsync( USHORT& nNo, ParamType* peType );
88 extern void CALLTYPE Advice( USHORT& nNo, AdvData& pfCallback );
95 extern void CALLTYPE GetParameterDescription( USHORT& nNo, USHORT& nParam,
111 extern void CALLTYPE GetFunctionData( USHORT * nNo,
117 extern void CALLTYPE IsAsync( USHORT * nNo, ParamType * peType );
119 extern void CALLTYPE Advice( USHORT * nNo, AdvData * pfCallback );
125 extern void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx574 String lcl_GetCharStr( sal_Int32 nNo ) in lcl_GetCharStr() argument
576 DBG_ASSERT( nNo, "0 ist eine ungueltige Nummer !!" ); in lcl_GetCharStr()
583 nCalc = nNo % coDiff; in lcl_GetCharStr()
587 nNo = sal::static_int_cast<sal_Int32>( nNo - nCalc ); in lcl_GetCharStr()
588 if( nNo ) in lcl_GetCharStr()
589 nNo /= coDiff; in lcl_GetCharStr()
590 } while( nNo ); in lcl_GetCharStr()
597 if( nNo ) in lcl_GetNumStr()
603 aTmpStr = lcl_GetCharStr( nNo ); in lcl_GetNumStr()
608 if( nNo < 4000 ) in lcl_GetNumStr()
[all …]
H A Dcallform.cxx62 …(sal_uInt16& nNo, sal_Char* pFuncName, sal_uInt16& nParamCount, ParamType* peType, sal_Char* pInte…
66 (sal_uInt16& nNo, sal_uInt16& nParam, sal_Char* pName, sal_Char* pDesc );
68 typedef void (CALLTYPE* IsAsync) ( sal_uInt16& nNo,
70 typedef void (CALLTYPE* Advice) ( sal_uInt16& nNo,
118 sal_uInt16 nNo, in FuncData() argument
125 nNumber (nNo), in FuncData()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx92 const ResId& GetObjectBarResId( sal_uInt16 nNo ) const;
93 sal_uInt16 GetObjectBarPos( sal_uInt16 nNo ) const;
94 sal_uInt32 GetObjectBarFeature( sal_uInt16 nNo ) const;
97 const String* GetObjectBarName( sal_uInt16 nNo ) const;
98 sal_Bool IsObjectBarVisible( sal_uInt16 nNo) const;
99 sal_uInt32 GetChildWindowFeature( sal_uInt16 nNo ) const;
100 sal_uInt32 GetChildWindowId( sal_uInt16 nNo ) const;
/trunk/main/svl/inc/svl/
H A Dundo.hxx240 …virtual UniString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
241 virtual SfxUndoAction* GetUndoAction( size_t nNo=0 ) const = 0;
244 …virtual UniString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
245 …virtual SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) co…
360 …virtual UniString GetUndoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
361 virtual SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
363 …virtual UniString GetRedoActionComment( size_t nNo=0, bool const i_currentLevel = CurrentLev…
364 …virtual SfxUndoAction* GetRedoAction( size_t nNo=0, bool const i_currentLevel = CurrentLevel ) co…
H A Dlstner.hxx58 void EndListening( sal_uInt16 nNo );
64 SfxBroadcaster* GetBroadcasterJOE( sal_uInt16 nNo ) const in GetBroadcasterJOE()
65 { return (SfxBroadcaster*) aBCs.GetObject(nNo); } in GetBroadcasterJOE()
/trunk/main/svl/source/undo/
H A Dundo.cxx681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment() argument
688 if( nNo < pUndoArray->nCurUndoAction ) in GetUndoActionComment()
690 sComment = pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction - 1 - nNo ].pAction->GetComment(); in GetUndoActionComment()
709 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
714 if( nNo >= m_pData->pActUndoArray->nCurUndoAction ) in GetUndoAction()
716 return m_pData->pActUndoArray->aUndoActions[m_pData->pActUndoArray->nCurUndoAction-1-nNo].pAction; in GetUndoAction()
842 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction() argument
847 if ( (pUndoArray->nCurUndoAction + nNo) > pUndoArray->aUndoActions.size() ) in GetRedoAction()
851 return pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction + nNo ].pAction; in GetRedoAction()
856 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment() argument
[all …]
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx234 for ( sal_uInt16 nNo = 0; nNo < rList.Count(); ++nNo ) in PageCreated() local
236 const SfxEventName *pOwn = rList.GetObject(nNo); in PageCreated()
253 for ( sal_uInt16 nNo = 0; nNo < rList.Count(); ++nNo ) in Reset() local
255 const SfxEventName *pOwn = rList.GetObject(nNo); in Reset()
/trunk/main/sc/addin/rot13/
H A Drot13.cl62 * @param *nNo Input: Function number between 0 and nCount - 1
71 void CALLTYPE GetFunctionData( USHORT * nNo,
78 switch( *nNo ) {
99 * @param *nNo Input Parameter, Function number between 0 and nCount - 1
106 void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,
113 switch ( *nNo ) {
/trunk/main/svl/source/items/
H A Dmacitem.cxx205 for ( sal_uInt16 nNo = 0; nNo < rOwn.Count(); ++nNo ) in operator ==() local
207 const SvxMacro *pOwnMac = rOwn.GetObject(nNo); in operator ==()
208 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==()
/trunk/main/sfx2/source/config/
H A Devntconf.cxx95 for ( sal_uInt16 nNo = 0; nNo < rOwn.Count(); ++nNo ) in operator ==() local
97 const SfxEventName *pOwn = rOwn.GetObject(nNo); in operator ==()
98 const SfxEventName *pOther = rOther.GetObject(nNo); in operator ==()
/trunk/main/sw/source/core/inc/
H A Ddbg_lay.hxx83 static void GetVar( const sal_uInt16 nNo, long& rVar );
103 #define GET_VARIABLE( nNo, nVar ) SwProtocol::GetVar( nNo, nVar ); argument
112 #define GET_VARIABLE( nNo, nVar ) argument
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx298 for( sal_uInt16 nNo = 0; nNo < rOwn.Count(); ++nNo ) in operator ==() local
300 const SvxMacro *pOwnMac = rOwn.GetObject(nNo); in operator ==()
301 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==()
/trunk/main/sw/source/core/doc/
H A Dftnidx.cxx227 sal_uInt16 nNo = 1, // Nummer fuer die Fussnoten in UpdateAllFtn() local
244 pTxtFtn->SetNumber( rFtnInfo.nFtnOffset + nNo++, in UpdateAllFtn()
249 nNo = 1; in UpdateAllFtn()
253 for( nNo = 1; nFtnIdx < Count(); ++nFtnIdx ) in UpdateAllFtn()
260 pTxtFtn->SetNumber( rFtnInfo.nFtnOffset + nNo++, in UpdateAllFtn()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx99 …reatePicklistMenuTitle( Menu* pMenu, sal_uInt16 nItemId, const String& aURLString, sal_uInt32 nNo ) in CreatePicklistMenuTitle() argument
103 if ( nNo < 9 ) in CreatePicklistMenuTitle()
106 aPickEntry += String::CreateFromInt32( nNo + 1 ); in CreatePicklistMenuTitle()
108 else if ( nNo == 9 ) in CreatePicklistMenuTitle()
111 aPickEntry += String::CreateFromInt32( nNo + 1 ); in CreatePicklistMenuTitle()
/trunk/main/sw/inc/
H A Dredline.hxx160 void SetSeqNo( sal_uInt16 nNo ) { nSeqNo = nNo; } in SetSeqNo() argument
243 void SetSeqNo( sal_uInt16 nNo ) { pRedlineData->SetSeqNo( nNo ); } in SetSeqNo() argument
/trunk/main/svl/source/notify/
H A Dlstner.cxx139 void SfxListener::EndListening( sal_uInt16 nNo ) in EndListening() argument
143 SfxBroadcaster *pBC = aBCs.GetObject(nNo); in EndListening()
145 aBCs.Remove( nNo, 1 ); in EndListening()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx174 void GetVar( const sal_uInt16 nNo, long& rVar ) in GetVar() argument
175 { if( pVar && nNo < pVar->Count() ) rVar = (*pVar)[ nNo ]; } in GetVar()
294 void SwProtocol::GetVar( const sal_uInt16 nNo, long& rVar ) in GetVar() argument
297 pImpl->GetVar( nNo, rVar ); in GetVar()
/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx278 for( sal_uInt16 nNo = 0; nNo < rOwn.Count(); ++nNo ) in operator ==() local
280 const SvxMacro *pOwnMac = rOwn.GetObject(nNo); in operator ==()
281 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx131 sal_uInt16 nNo = 1; in SfxManageStyleSheetPage() local
133 aNoName += String::CreateFromInt32( nNo ); in SfxManageStyleSheetPage()
136 ++nNo; in SfxManageStyleSheetPage()
138 aNoName += String::CreateFromInt32( nNo ); in SfxManageStyleSheetPage()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl513 * @param *nNo Input: Function number between 0 and nCount - 1
522 void CALLTYPE GetFunctionData( USHORT * nNo,
530 switch( *nNo ) {
605 * @param *nNo Input Parameter, Function number between 0 and nCount - 1
612 void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,
618 switch ( *nNo ) {

Completed in 108 milliseconds

12345