| /AOO41X/main/sc/source/ui/view/ |
| H A D | cellsh4.cxx | 61 SCsCOLROW nRepeat = 1; in ExecuteCursor() local 69 nRepeat = static_cast<SCsCOLROW>(((const SfxInt16Item*)pItem)->GetValue()); in ExecuteCursor() 109 pTabViewShell->MoveCursorRel( 0, nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); in ExecuteCursor() 113 pTabViewShell->MoveCursorArea( 0, nRepeat, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecuteCursor() 117 pTabViewShell->MoveCursorRel( 0, -nRepeat, SC_FOLLOW_LINE, bSel, bKeep ); in ExecuteCursor() 121 pTabViewShell->MoveCursorArea( 0, -nRepeat, SC_FOLLOW_JUMP, bSel, bKeep ); in ExecuteCursor() 125 …pTabViewShell->MoveCursorRel( static_cast<SCsCOL>(-nRepeat * nRTLSign), 0, SC_FOLLOW_LINE, bSel, b… in ExecuteCursor() 129 …pTabViewShell->MoveCursorArea( static_cast<SCsCOL>(-nRepeat * nRTLSign), 0, SC_FOLLOW_JUMP, bSel, … in ExecuteCursor() 133 …pTabViewShell->MoveCursorRel( static_cast<SCsCOL>(nRepeat * nRTLSign), 0, SC_FOLLOW_LINE, bSel, … in ExecuteCursor() 137 …pTabViewShell->MoveCursorArea( static_cast<SCsCOL>(nRepeat * nRTLSign), 0, SC_FOLLOW_JUMP, bSel, b… in ExecuteCursor() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLStylesExportHelper.cxx | 504 sal_Int32 nRepeat(0); in FillDefaultStyles() local 525 if (!nRepeat) in FillDefaultStyles() 531 nRepeat = 1; in FillDefaultStyles() 539 nRepeat = 1; in FillDefaultStyles() 549 ++nRepeat; in FillDefaultStyles() 550 if (nRepeat > 1) in FillDefaultStyles() 551 (*pDefaults)[i].nRepeat = nRepeat; in FillDefaultStyles() 557 nRepeat = 0; in FillDefaultStyles() 564 (*pDefaults)[i].nRepeat = nEmptyRepeat; in FillDefaultStyles() 634 void ScRowFormatRanges::AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_… in AddRange() argument [all …]
|
| H A D | xmlconti.cxx | 70 sal_Int32 nRepeat(0); in CreateChildContext() local 80 nRepeat = sAttrValue.toInt32(); in CreateChildContext() 82 if (nRepeat) in CreateChildContext() 83 for (sal_Int32 j = 0; j < nRepeat; ++j) in CreateChildContext()
|
| H A D | XMLExportDDELinks.cxx | 72 …Empty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat) in WriteCell() argument 89 if (nRepeat > 1) in WriteCell() 91 rExport.GetMM100UnitConverter().convertNumber(sBuffer, nRepeat); in WriteCell()
|
| H A D | XMLStylesExportHelper.hxx | 106 sal_Int32 nRepeat; member 109 ScMyDefaultStyle() : nIndex(-1), nRepeat(1), in ScMyDefaultStyle() 163 … void AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_Int32 nPrevIndex,
|
| H A D | XMLStylesImportHelper.cxx | 452 …::AddColumnStyle(const rtl::OUString& sStyleName, const sal_Int32 nColumn, const sal_Int32 nRepeat) in AddColumnStyle() argument 458 aColDefaultStyles.reserve(aColDefaultStyles.size() + nRepeat); in AddColumnStyle() 459 for (sal_Int32 i = 0; i < nRepeat; ++i) in AddColumnStyle()
|
| H A D | xmlsubti.cxx | 711 void ScMyTables::AddColStyle(const sal_Int32 nRepeat, const rtl::OUString& rCellStyleName) in AddColStyle() argument 714 rImport.GetStylesImportHelper()->AddColumnStyle(rCellStyleName, nCurrentColStylePos, nRepeat); in AddColStyle() 715 nCurrentColStylePos += nRepeat; in AddColStyle()
|
| H A D | XMLExportDDELinks.hxx | 38 …mpty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat);
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdotextdecomposition.cxx | 1025 …const sal_uInt32 nRepeat((sal_uInt32)((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetVa… in impGetBlinkTextTiming() local 1036 drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat : ENDLESS_LOOP); in impGetBlinkTextTiming() 1044 if(0L != nRepeat) in impGetBlinkTextTiming() 1056 const sal_uInt32 nRepeat(((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetValue()); in impCreateScrollTiming() local 1066 if(nRepeat || 0L == nRepeat) in impCreateScrollTiming() 1068 drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat : ENDLESS_LOOP); in impCreateScrollTiming() 1074 if(0L != nRepeat && bVisisbleWhenStopped) in impCreateScrollTiming() 1099 const sal_uInt32 nRepeat(((SdrTextAniCountItem&)rSet.Get(SDRATTR_TEXT_ANICOUNT)).GetValue()); in impCreateAlternateTiming() local 1113 const sal_uInt32 nDoubleRepeat(nRepeat / 2L); in impCreateAlternateTiming() 1115 if(nDoubleRepeat || 0L == nRepeat) in impCreateAlternateTiming() [all …]
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | drawinglayeranimation.cxx | 84 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/vcl/source/window/ |
| H A D | accmgr.cxx | 133 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()
|
| H A D | accel.cxx | 554 sal_Bool Accelerator::Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in Call() argument 566 mnCurRepeat = nRepeat; in Call()
|
| H A D | winproc.cxx | 958 … 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()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | tabfrm.cxx | 1062 const sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in Split() local 1113 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() 1261 for ( nRowCount = 0; nRowCount < nRepeat; ++nRowCount ) in Split() 1972 const sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in MakeAll() local 2003 if ( nRepeat ) in MakeAll() 2482 sal_uInt16 nMinNumOfLines = nRepeat; in MakeAll() 5582 sal_uInt16 nRepeat = GetTable()->GetRowsToRepeat(); in GetFirstNonHeadlineRow() local [all …]
|
| H A D | laycache.cxx | 859 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/sc/source/core/tool/ |
| H A D | parclass.cxx | 311 sal_uInt8 nRepeat; in GetParameterType() local 315 else if ( (nRepeat = pData[eOp].aData.nRepeatLast) > 0 ) in GetParameterType() 319 sal_uInt16 nParam = (nRepeat > 1 ? in GetParameterType() 321 ((nParameter - pData[eOp].nMinParams) % nRepeat)) : in GetParameterType()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | event.hxx | 62 sal_uInt16 nRepeat = 0 ); 86 sal_uInt16 nRepeat ) : in KeyEvent() argument 91 mnRepeat = nRepeat; in KeyEvent()
|
| H A D | settings.hxx | 227 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 D | print.hxx | 409 int nRepeat; member 421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
|
| /AOO41X/main/drawinglayer/source/animation/ |
| H A D | animationtiming.cxx | 282 AnimationEntryLoop::AnimationEntryLoop(sal_uInt32 nRepeat) in AnimationEntryLoop() argument 284 mnRepeat(nRepeat) in AnimationEntryLoop()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Spreadsheet/ |
| H A D | ExampleDataPilotSource.java | 279 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()
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | SchXMLPlotAreaContext.cxx | 691 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()
|
| H A D | SchXMLExport.cxx | 1743 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()
|
| /AOO41X/main/vcl/inc/ |
| H A D | accmgr.hxx | 57 sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/animation/ |
| H A D | animationtiming.hxx | 126 AnimationEntryLoop(sal_uInt32 nRepeat = 0xffffffff);
|