Home
last modified time | relevance | path

Searched refs:nAct (Results 1 – 25 of 39) sorted by path

12

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx159 sal_uInt8 nAct; member in SvxBoundArgs
342 nAct = 0; in Calc()
356 nAct = 0; in Calc()
399 if( nAct ) in Calc()
404 if( nAct && nAct != nOldAct ) in Calc()
413 if( nAct && nAct != nOldAct ) in Calc()
443 nAct = 0; in Calc()
450 if( nAct ) in Calc()
660 if( nAct ) in NoteUpLow()
666 nAct = 0; in NoteUpLow()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx213 inline sal_Bool MustHaveParamCount( short nAct, short nMust );
214 inline sal_Bool MustHaveParamCount( short nAct, short nMust, short nMax );
215 inline sal_Bool MustHaveParamCountMin( short nAct, short nMin );
895 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust ) in MustHaveParamCount() argument
897 if ( nAct == nMust ) in MustHaveParamCount()
899 if ( nAct < nMust ) in MustHaveParamCount()
907 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust, short nMax ) in MustHaveParamCount() argument
909 if ( nMust <= nAct && nAct <= nMax ) in MustHaveParamCount()
911 if ( nAct < nMust ) in MustHaveParamCount()
919 inline sal_Bool ScInterpreter::MustHaveParamCountMin( short nAct, short nMin ) in MustHaveParamCountMin() argument
[all …]
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx3015 sal_uLong nAct = pContent->GetActionNumber(); in DeleteGeneratedDelContent() local
3016 aGeneratedTable.Remove( nAct ); in DeleteGeneratedDelContent()
3024 NotifyModified( SC_CTM_REMOVE, nAct, nAct ); in DeleteGeneratedDelContent()
3025 if ( nAct == nGeneratedMin ) in DeleteGeneratedDelContent()
3213 sal_uLong nAct = pRemove->GetActionNumber(); in Remove() local
3214 aTable.Remove( nAct ); in Remove()
3215 if ( nAct == nActionMax ) in Remove()
3221 if ( nAct == nMarkLastSaved ) in Remove()
3236 NotifyModified( SC_CTM_REMOVE, nAct, nAct ); in Remove()
/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx58 nAct = 0; in _ScRangeListTabs()
176 nAct = n; in First()
182 nAct = 0; in First()
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx146 sal_uInt16 nAct; member in _ScRangeListTabs
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx246 for (SCTAB nAct=nTab+1; nAct<nTabCount && pDoc->IsScenario(nAct); nAct++) in lcl_DrawScenarioFrames() local
247 if ( pDoc->IsActiveScenario(nAct) && pDoc->HasScenarioRange(nAct,aRange) ) in lcl_DrawScenarioFrames()
251 pDoc->GetName( nAct, aCurrent ); in lcl_DrawScenarioFrames()
252 pDoc->GetScenarioData( nAct, aDummyComment, aColor, nDummyFlags ); in lcl_DrawScenarioFrames()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1453 nNew = nAct = 0; in MyList()
H A Danalysishelper.hxx160 sal_uInt32 nAct; // actual for iterations member in MyList
666 nAct = 0; in First()
676 nAct++; in Next()
677 if( nAct < nNew ) in Next()
678 return pData[ nAct ]; in Next()
681 nAct--; in Next()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx179 sal_uInt16 nAct; member
184 { return aArr[nAct]; } in Actual()
/trunk/main/svx/inc/svx/
H A Druler.hxx218 sal_Bool bForceDontConsiderHidden = sal_False, sal_uInt16 nAct=USHRT_MAX) const ;
220 sal_Bool bForceDontConsiderHidden = sal_False, sal_uInt16 nAct=USHRT_MAX) const;
222 sal_Bool bForceDontConsiderHidden = sal_False, sal_uInt16 nAct=USHRT_MAX ) const;
224 sal_Bool bForceDontConsiderHidden = sal_False, sal_uInt16 nAct=USHRT_MAX ) const;
H A Drulritem.hxx215 SvxColumnItem(sal_uInt16 nAct = 0); // Spalten
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx860 for( sal_uIntPtr nAct = 0UL, nActCount = rMtf.GetActionCount(); nAct < nActCount; nAct++ ) in ImpMask() local
862 MetaAction* pAction = rMtf.GetAction( nAct ); in ImpMask()
H A Drulritem.cxx493 SvxColumnItem::SvxColumnItem( sal_uInt16 nAct ) : in SvxColumnItem() argument
499 nActColumn ( nAct ), in SvxColumnItem()
H A Dsvxruler.cxx3801 if( nAct == USHRT_MAX ) in GetActRightColumn()
3802 nAct = pColumnItem->GetActColumn(); in GetActRightColumn()
3803 else nAct++; //Damit man die ActDrag uebergeben kann in GetActRightColumn()
3808 while( nAct < pColumnItem->Count() - 1 ) in GetActRightColumn()
3810 if( (*pColumnItem)[nAct].bVisible || bConsiderHidden ) in GetActRightColumn()
3811 return nAct; in GetActRightColumn()
3813 nAct++; in GetActRightColumn()
3823 if(nAct==USHRT_MAX) in GetActLeftColumn()
3824 nAct=pColumnItem->GetActColumn(); in GetActLeftColumn()
3831 while(nAct>=nLOffs) in GetActLeftColumn()
[all …]
/trunk/main/sw/inc/
H A Dfmtclds.hxx97 SW_DLLPRIVATE void Calc( sal_uInt16 nGutterWidth, sal_uInt16 nAct );
147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
153 void SetGutterWidth( sal_uInt16 nNew, sal_uInt16 nAct );
157 void SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
165 sal_uInt16 CalcColWidth( sal_uInt16 nCol, sal_uInt16 nAct ) const;
169 sal_uInt16 CalcPrtColWidth( sal_uInt16 nCol, sal_uInt16 nAct ) const;
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1467 sal_uInt16 nAct = rDoc.GetRedlinePos( *pTxtNd, USHRT_MAX ); in lcl_MaskDeletedRedlines() local
1468 for ( ; nAct < rDoc.GetRedlineTbl().Count(); nAct++ ) in lcl_MaskDeletedRedlines()
1470 const SwRedline* pRed = rDoc.GetRedlineTbl()[ nAct ]; in lcl_MaskDeletedRedlines()
H A Dviscrs.cxx167 #define SHOWBOOKMARKS1( nAct ) argument
168 #define SHOWBOOKMARKS2( nAct, pRect ) argument
293 #define SHOWREDLINES1( nAct ) ShowRedlines( GetShell(),nAct ); argument
294 #define SHOWREDLINES2( nAct, pRect ) ShowRedlines( GetShell(),nAct, pRect ); argument
298 #define SHOWREDLINES1( nAct ) argument
299 #define SHOWREDLINES2( nAct, pRect ) argument
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1476 sal_uInt16 nAct = pDoc->GetRedlinePos( *pTxtNode, USHRT_MAX ); in lcl_CollectDeletedRedlines() local
1478 for ( ; nAct < pDoc->GetRedlineTbl().Count(); nAct++ ) in lcl_CollectDeletedRedlines()
1480 const SwRedline* pRed = pDoc->GetRedlineTbl()[ nAct ]; in lcl_CollectDeletedRedlines()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx350 xub_StrLen nAct = pPos->nContent.GetIndex(); in MoveAnchor() local
354 if( nAct ) in MoveAnchor()
356 --nAct; in MoveAnchor()
357 pPos->nContent.Assign( pTxtNd, nAct ); in MoveAnchor()
366 if( nAct < nMax ) in MoveAnchor()
368 ++nAct; in MoveAnchor()
370 pPos->nContent.Assign( pTxtNd, nAct ); in MoveAnchor()
H A Dtblsel.cxx1587 const long nAct ) in lcl_CalcWish() argument
1595 nAct - pCell->Frm().Width() : in lcl_CalcWish()
1604 nRet += ( bRTL ? ( -1 ) : 1 ) * nTmp * nAct / nWish; in lcl_CalcWish()
/trunk/main/sw/source/core/inc/
H A Ddbg_lay.hxx89 void Ctor( const SwFrm* pFrm, sal_uLong nFunc, sal_uLong nAct, void* pPar );
92 SwEnterLeave( const SwFrm* pFrm, sal_uLong nFunc, sal_uLong nAct, void* pPar ) in SwEnterLeave() argument
93 { if( SwProtocol::Record( nFunc ) ) Ctor( pFrm, nFunc, nAct, pPar ); else pImpl = NULL; } in SwEnterLeave()
97 #define PROTOCOL( pFrm, nFunc, nAct, pPar ) { if( SwProtocol::Record( nFunc ) )\ argument
98 SwProtocol::Record( pFrm, nFunc, nAct, pPar ); }
101 #define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar ) SwEnterLeave aEnter( pFrm, nFunc, nAct, pPar ); argument
107 #define PROTOCOL( pFrm, nFunc, nAct, pPar ) argument
110 #define PROTOCOL_ENTER( pFrm, nFunc, nAct, pPar ) argument
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx931 void SwFmtCol::SetGutterWidth( sal_uInt16 nNew, sal_uInt16 nAct ) in SetGutterWidth() argument
934 Calc( nNew, nAct ); in SetGutterWidth()
964 Calc( nGutterWidth, nAct ); in Init()
971 Calc( nGutterWidth, nAct ); in SetOrtho()
977 if ( nWidth != nAct ) in CalcColWidth()
980 nW *= nAct; in CalcColWidth()
991 sal_uInt16 nRet = CalcColWidth( nCol, nAct ); in CalcPrtColWidth()
998 void SwFmtCol::Calc( sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Calc() argument
1009 (nAct - ((GetNumCols()-1) * nGutterWidth)) / GetNumCols(); in Calc()
1010 sal_uInt16 nAvail = nAct; in Calc()
[all …]
H A Ddbg_lay.cxx595 lcl_Start( aOut, aLayer, nAct ); in _Record()
596 if( nAct == ACT_START ) in _Record()
601 lcl_Start( aOut, aLayer, nAct ); in _Record()
608 case PROT_GROW_TST: if( ACT_START != nAct ) in _Record()
620 lcl_Start( aOut, aLayer, nAct ); in _Record()
629 lcl_Start( aOut, aLayer, nAct ); in _Record()
632 lcl_Start( aOut, aLayer, nAct ); in _Record()
637 lcl_Start( aOut, aLayer, nAct ); in _Record()
655 lcl_Start( aOut, aLayer, nAct ); in _Record()
656 if( ACT_START == nAct ) in _Record()
[all …]
H A Dflyincnt.cxx209 SwTwips nAct = bVert ? -GetCurrRelPos().X() : GetCurrRelPos().Y(); in MakeObjPos() local
211 nAct = -nAct; in MakeObjPos()
212 if( nAct != nOld ) in MakeObjPos()
215 aVert.SetPos( nAct ); in MakeObjPos()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx528 const long nAct = rToFill.GetRight() - rToFill.GetLeft(); // +1 why? in lcl_SortedTabColInsert() local
545 nTmp *= nAct; in lcl_SortedTabColInsert()
1045 const long nAct = rOld.GetRight() - rOld.GetLeft(); // +1 why? in SetTabCols() local
1052 nTabDiff /= nAct; in SetTabCols()
1058 nDiff /= nAct; in SetTabCols()

Completed in 224 milliseconds

12