Home
last modified time | relevance | path

Searched refs:nRepeat (Results 1 – 25 of 43) sorted by last modified time

12

/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx1743 sal_Int64 nRepeat = static_cast< sal_Int64 >( nHiddenIndex - nNextIndex ); in exportTable() local
1744 if(nRepeat>1) in exportTable()
1746 OUString::valueOf( nRepeat )); in exportTable()
1757 sal_Int64 nRepeat = static_cast< sal_Int64 >( nEndIndex - nNextIndex + 1 ); in exportTable() local
1758 if(nRepeat>1) in exportTable()
1760 OUString::valueOf( nRepeat )); in exportTable()
3365 sal_Int32 nRepeat; in exportDataPoints() local
3511 nRepeat = nSeriesLength - nLastIndex - 1; in exportDataPoints()
3512 if( nRepeat > 0 ) in exportDataPoints()
3515 aPoint.mnRepeat = nRepeat; in exportDataPoints()
H A DSchXMLPlotAreaContext.cxx691 sal_Int32 nRepeat = 1; in StartElement() local
704 nRepeat = xAttrList->getValueByIndex( i ).toInt32(); in StartElement()
712 m_xSeries, mrIndex, nRepeat, sAutoStyleName ); in StartElement()
716 mrIndex += nRepeat; in StartElement()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3718 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleKeyMsg() local
3798 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
3954 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
4004 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleSalObjKeyMsg() local
4034 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjKeyMsg()
4054 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleSalObjSysCharMsg() local
4078 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjSysCharMsg()
/aoo41x/main/vcl/source/window/
H A Dwinproc.cxx958 … sal_uInt16 nKeyCode, sal_uInt16 nCharCode, sal_uInt16 nRepeat, sal_Bool bForward ) in ImplHandleKey() argument
967 KeyEvent aKeyEvent( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey()
1080 if ( pSVData->maAppData.mpAccelMgr->IsAccelKey( aKeyCode, nRepeat ) ) in ImplHandleKey()
1099 KeyEvent aKeyEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey()
1212 KeyEvent aKEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey()
H A Dprintdlg.cxx2089 aMPS.nRepeat = 1; in updateNup()
H A Daccel.cxx554 sal_Bool Accelerator::Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in Call() argument
566 mnCurRepeat = nRepeat; in Call()
H A Daccmgr.cxx133 sal_Bool ImplAccelManager::IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in IsAccelKey() argument
187 pAccel->mnCurRepeat = nRepeat; in IsAccelKey()
261 pAccel->mnCurRepeat = nRepeat; in IsAccelKey()
/aoo41x/main/vcl/source/gdi/
H A Dprint3.cxx1056 int nPage = (i_nFilteredPage * nSubPages + nSubPage) / rMPS.nRepeat; in getFilteredPageFile()
1126 return (getPageCountProtected() * mpImplData->maMultiPage.nRepeat + (nDiv-1)) / nDiv; in getFilteredPageCount()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx1492 sal_Bool Application::CallAccel( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in CallAccel() argument
1498 if ( pSVData->maAppData.mpAccelMgr->IsAccelKey( rKeyCode, nRepeat ) ) in CallAccel()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2766 USHORT nRepeat = CHAR3FROMMP( nMP1 ) - 1; in ImplHandleKeyMsg() local
2837 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
/aoo41x/main/vcl/inc/vcl/
H A Dprint.hxx409 int nRepeat; member
421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
H A Dsettings.hxx227 void SetScrollRepeat( sal_uLong nRepeat ) in SetScrollRepeat() argument
228 { CopyData(); mpData->mnScrollRepeat = nRepeat; } in SetScrollRepeat()
231 void SetButtonStartRepeat( sal_uLong nRepeat ) in SetButtonStartRepeat() argument
232 { CopyData(); mpData->mnButtonStartRepeat = nRepeat; } in SetButtonStartRepeat()
235 void SetButtonRepeat( sal_uLong nRepeat ) in SetButtonRepeat() argument
236 { CopyData(); mpData->mnButtonRepeat = nRepeat; } in SetButtonRepeat()
H A Dsvapp.hxx390 static sal_Bool CallAccel( const KeyCode& rKeyCode, sal_uInt16 nRepeat = 0 );
H A Daccel.hxx99 sal_Bool Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat = 0 );
H A Devent.hxx62 sal_uInt16 nRepeat = 0 );
86 sal_uInt16 nRepeat ) : in KeyEvent() argument
91 mnRepeat = nRepeat; in KeyEvent()
/aoo41x/main/vcl/inc/
H A Daccmgr.hxx57 sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx156 sal_Int32 nRepeat = 0; in lcl_SetSpecialProperty() local
157 aValue >>= nRepeat; in lcl_SetSpecialProperty()
158 if( nRepeat >= 0 && nRepeat < USHRT_MAX ) in lcl_SetSpecialProperty()
159 pFmt->GetDoc()->SetRowsToRepeat( *pTable, (sal_uInt16) nRepeat ); in lcl_SetSpecialProperty()
227 sal_uInt16 nRepeat = pTable->GetRowsToRepeat(); in lcl_GetSpecialProperty() local
230 sal_Bool bTemp = nRepeat > 0; in lcl_GetSpecialProperty()
234 aRet <<= (sal_Int32)nRepeat; in lcl_GetSpecialProperty()
/aoo41x/main/sw/source/core/layout/
H A Dtabfrm.cxx1113 if ( nRowCount < nRepeat ) in Split()
1123 else if ( !GetIndPrev() && nRepeat == nRowCount ) in Split()
1192 nRowCount > nRepeat ) in Split()
1200 if ( nRowCount == nRepeat && !GetIndPrev()) in Split()
2003 if ( nRepeat ) in MakeAll()
2482 sal_uInt16 nMinNumOfLines = nRepeat; in MakeAll()
5583 while ( pRet && nRepeat > 0 ) in GetFirstNonHeadlineRow()
5586 --nRepeat; in GetFirstNonHeadlineRow()
5812 SwTwips nRepeatHeight = nRepeat ? lcl_GetHeightOfRows( GetLower(), nRepeat ) : 0; in CalcHeightOfFirstContentLine()
5819 sal_uInt16 nKeepRows = nRepeat; in CalcHeightOfFirstContentLine()
[all …]
H A Dlaycache.cxx859 sal_uInt16 nRepeat( 0 ); in CheckInsert() local
867 nRepeat = ((SwTabFrm*)rpFrm)-> in CheckInsert()
869 bSplit = nOfst < nRows && nRowCount + nRepeat < nOfst; in CheckInsert()
888 if( nRepeat > 0 ) in CheckInsert()
895 while( nRowIdx < nRepeat ) in CheckInsert()
909 nRows = nRows + nRepeat; in CheckInsert()
/aoo41x/main/sw/source/core/frmedt/
H A Dtblsel.cxx2302 const sal_uInt16 nRepeat = in DelFrms() local
2304 if ( nRepeat > 0 && in DelFrms()
2416 const sal_uInt16 nRepeat = rTable.GetRowsToRepeat(); in lcl_UpdateRepeatedHeadlines() local
2417 for ( sal_uInt16 nIdx = 0; nIdx < nRepeat; ++nIdx ) in lcl_UpdateRepeatedHeadlines()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx598 sal_uInt16 nRepeat, in InsertTable() argument
651 if ( nL + 1 >= nRepeat ) in InsertTable()
/aoo41x/main/sw/inc/
H A Dndarr.hxx267 sal_uInt16 nLines = 0, sal_uInt16 nRepeat = 0,
/aoo41x/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx1038 drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat : ENDLESS_LOOP); in impGetBlinkTextTiming()
1046 if(0L != nRepeat) in impGetBlinkTextTiming()
1068 if(nRepeat || 0L == nRepeat) in impCreateScrollTiming()
1070 drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat : ENDLESS_LOOP); in impCreateScrollTiming()
1076 if(0L != nRepeat && bVisisbleWhenStopped) in impCreateScrollTiming()
1117 if(nDoubleRepeat || 0L == nRepeat) in impCreateAlternateTiming()
1130 if(nRepeat % 2L) in impCreateAlternateTiming()
1139 if(0L != nRepeat) in impCreateAlternateTiming()
1167 if(nRepeat > 1L || 0L == nRepeat) in impCreateSlideTiming()
1169 drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat - 1L : ENDLESS_LOOP); in impCreateSlideTiming()
[all …]
/aoo41x/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx84 sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop, in ScrollTextAnimNode() argument
87 mnRepeat(nRepeat), in ScrollTextAnimNode()
815 sal_Int16 nRepeat(0); in ActivityImpl() local
816 getPropertyValue( nRepeat, xProps, OUSTR("TextAnimationCount") ); in ActivityImpl()
817 mnRepeat = nRepeat; in ActivityImpl()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3791 …enerProxy::repeat( const Reference< XAnimationNode >& xNode, ::sal_Int32 nRepeat ) throw (RuntimeE… in repeat() argument
3796 …tener>( boost::bind( &XAnimationListener::repeat, _1, boost::cref(xNode), boost::cref(nRepeat) )); in repeat()

Completed in 343 milliseconds

12