Home
last modified time | relevance | path

Searched refs:nParts (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlftn.cxx512 nParts = 1; in lcl_html_fillEndNoteInfo()
518 nParts = 2; in lcl_html_fillEndNoteInfo()
523 nParts = 3; in lcl_html_fillEndNoteInfo()
528 nParts = 4; in lcl_html_fillEndNoteInfo()
531 return nParts; in lcl_html_fillEndNoteInfo()
586 nParts = 5; in OutFootEndNoteInfo()
591 nParts = 6; in OutFootEndNoteInfo()
596 nParts = 7; in OutFootEndNoteInfo()
601 nParts = 8; in OutFootEndNoteInfo()
603 if( nParts > 0 ) in OutFootEndNoteInfo()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx149 sal_uInt16 nParts = pHint->GetParts(); in Notify() local
153 if (nParts & PAINT_EXTRAS) // zuerst, falls Tabelle weg ist !!! in Notify()
155 nParts = PAINT_ALL; in Notify()
161 if (nParts & PAINT_SIZE) in Notify()
163 if (nParts & PAINT_GRID) in Notify()
166 if (nParts & PAINT_MARKS) in Notify()
169 if (nParts & PAINT_LEFT) in Notify()
171 if (nParts & PAINT_TOP) in Notify()
173 if (nParts & PAINT_INVERT) in Notify()
178 if (nParts & ( PAINT_LEFT | PAINT_TOP )) // only if widths or heights changed in Notify()
H A Dprevwsh2.cxx330 sal_uInt16 nParts = ((const ScPaintHint&)rHint).GetParts(); in Notify() local
331 if (nParts & ( PAINT_GRID | PAINT_LEFT | PAINT_TOP | PAINT_SIZE )) in Notify()
H A Ddbfunc3.cxx1014 void ScDBFunc::DateGroupDataPilot( const ScDPNumGroupInfo& rInfo, sal_Int32 nParts ) in DateGroupDataPilot() argument
1073 if ( nParts ) in DateGroupDataPilot()
1082 if ( nParts & nMask ) in DateGroupDataPilot()
1089 … if ( (nParts == sheet::DataPilotFieldGroupBy::DAYS) && (rInfo.Step >= 1.0) ) in DateGroupDataPilot()
H A Dcellsh1.cxx1005 sal_Int32 nParts = 0; in ExecuteEdit() local
1006 if ( pTabViewShell->HasSelectionForDateGroup( aNumInfo, nParts ) ) in ExecuteEdit()
1013 aNumInfo, nParts, aNullDate ); in ExecuteEdit()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx67 sal_uInt16 nParts = PAINT_GRID; in lcl_PaintWidthHeight() local
74 nParts |= PAINT_TOP; in lcl_PaintWidthHeight()
80 nParts |= PAINT_LEFT; in lcl_PaintWidthHeight()
136 sal_uInt16 nParts = 0; // Datenbereich nicht geaendert in MakeOutline() local
138 nParts |= PAINT_TOP; in MakeOutline()
140 nParts |= PAINT_LEFT; in MakeOutline()
142 nParts |= PAINT_SIZE; in MakeOutline()
202 sal_uInt16 nParts = 0; // Datenbereich nicht geaendert in RemoveOutline() local
204 nParts |= PAINT_TOP; in RemoveOutline()
206 nParts |= PAINT_LEFT; in RemoveOutline()
[all …]
H A Dpntlock.cxx37 nParts( 0 ), in ScPaintLockData()
52 nParts |= nP; in AddRange()
H A Ddocsh3.cxx258 sal_uInt16 nParts = pPaint->GetParts(); in UnlockPaint_Impl() local
266 nParts ); in UnlockPaint_Impl()
/trunk/main/basic/source/classes/
H A Ddisas.cxx252 nOp1 = nOp2 = nParts = 0; in SbiDisas()
299 nParts = 1; in Fetch()
309 nParts = 2; in Fetch()
319 nParts = 3; in Fetch()
441 snprintf( cBuf, sizeof(cBuf), pMask[ nParts ], nPC, (sal_uInt16) eOp, nOp1, nOp2 ); in DisasLine()
451 aPCodeStr.AppendAscii( pOps[ nParts-1 ][ n ] ); in DisasLine()
453 switch( nParts ) in DisasLine()
/trunk/main/sc/source/core/data/
H A Ddpdimsave.cxx506 sal_Int32 nParts = 0; in CollectDateParts() local
509 nParts |= pNumDim->GetDatePart(); in CollectDateParts()
512 nParts |= pGroupDim->GetDatePart(); in CollectDateParts()
514 return nParts; in CollectDateParts()
/trunk/main/sc/source/ui/inc/
H A Dpntlock.hxx36 sal_uInt16 nParts; member in ScPaintLockData
52 sal_uInt16 GetParts() const { return nParts; } in GetParts()
H A Ddbfunc.hxx92 void DateGroupDataPilot( const ScDPNumGroupInfo& rInfo, sal_Int32 nParts );
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx399 int i, nSteps = 24, nParts = 7; in makeIris() local
403 x = cos ((3*2*M_PI*t)/nParts); in makeIris()
404 y = -sin ((3*2*M_PI*t)/nParts); in makeIris()
428 for (i = 0; i < nParts; i++) { in makeIris()
432 rx = cos ((2*M_PI*i)/nParts); in makeIris()
433 ry = sin ((2*M_PI*i)/nParts); in makeIris()
438 … SRotate (basegfx::B3DVector(0, 0, 1), basegfx::B3DVector(0, 0, 0), i*360.0/nParts, false, -1, 0)); in makeIris()
/trunk/main/sc/inc/
H A Dhints.hxx36 sal_uInt16 nParts; member in ScPaintHint
55 sal_uInt16 GetParts() const { return nParts; } in GetParts()
/trunk/main/basic/source/inc/
H A Ddisas.hxx40 sal_uInt32 nParts; // 1, 2 oder 3 member in SbiDisas
/trunk/main/sc/source/core/tool/
H A Dhints.cxx47 nParts( nPaint ), in ScPaintHint()

Completed in 91 milliseconds