Home
last modified time | relevance | path

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

12

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3812 …enerProxy::repeat( const Reference< XAnimationNode >& xNode, ::sal_Int32 nRepeat ) throw (RuntimeE… in repeat() argument
3817 …tener>( boost::bind( &XAnimationListener::repeat, _1, boost::cref(xNode), boost::cref(nRepeat) )); in repeat()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3721 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleKeyMsg() local
3801 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
3957 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
4007 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleSalObjKeyMsg() local
4037 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjKeyMsg()
4057 sal_uInt16 nRepeat = LOWORD( lParam )-1; in ImplHandleSalObjSysCharMsg() local
4081 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjSysCharMsg()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1632 for ( long nRepeat = 1; nRepeat < nRepeatCount; nRepeat++ ) in DrawStrings() local
2604 … for ( long nRepeat = 1; nRepeat < nRepeatCount; nRepeat++ ) in DrawEdit() local
/trunk/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()
/trunk/main/vcl/inc/vcl/
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 Dprint.hxx409 int nRepeat; member
421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
H A Devent.hxx62 sal_uInt16 nRepeat = 0 );
86 sal_uInt16 nRepeat ) : in KeyEvent() argument
91 mnRepeat = nRepeat; in KeyEvent()
H A Daccel.hxx99 sal_Bool Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat = 0 );
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java279 int nRepeat = 1; in getResults() local
284 nRepeat *= nMembers; in getResults()
288 int nSize = nRepeat * nMembers * nFill; in getResults()
293 for (int nOuter=0; nOuter<nRepeat; nOuter++) in getResults()
/trunk/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()
5581 while ( pRet && nRepeat > 0 ) in GetFirstNonHeadlineRow()
5584 --nRepeat; in GetFirstNonHeadlineRow()
5810 SwTwips nRepeatHeight = nRepeat ? lcl_GetHeightOfRows( GetLower(), nRepeat ) : 0; in CalcHeightOfFirstContentLine()
5817 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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2766 USHORT nRepeat = CHAR3FROMMP( nMP1 ) - 1; in ImplHandleKeyMsg() local
2837 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
/trunk/main/vcl/inc/
H A Daccmgr.hxx57 sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
/trunk/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()
/trunk/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()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx598 sal_uInt16 nRepeat, in InsertTable() argument
651 if ( nL + 1 >= nRepeat ) in InsertTable()
/trunk/main/sw/inc/
H A Dndarr.hxx267 sal_uInt16 nLines = 0, sal_uInt16 nRepeat = 0,

Completed in 291 milliseconds

12