Home
last modified time | relevance | path

Searched refs:nNew (Results 101 – 125 of 199) sorted by relevance

12345678

/aoo42x/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx336 … sal_Int32 nNew = static_cast< const SfxInt32Item & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem() local
337 if( m_nMissingValueTreatment != nNew ) in ApplySpecialItem()
344 … xDiagramProperties->setPropertyValue( C2U( "MissingValueTreatment" ), uno::makeAny( nNew )); in ApplySpecialItem()
/aoo42x/main/sc/source/filter/inc/
H A Dlotfntbf.hxx92 inline void Type( const sal_uInt16 nNew ) { nType = nNew; } in Type()
/aoo42x/main/sc/source/ui/inc/
H A Dpagedata.hxx61 void SetFirstPage( long nNew ) { nFirstPage = nNew; } in SetFirstPage() argument
H A Ddocsh.hxx156 SC_DLLPRIVATE void LockDocument_Impl(sal_uInt16 nNew);
157 SC_DLLPRIVATE void UnlockDocument_Impl(sal_uInt16 nNew);
339 void SetLockCount(sal_uInt16 nNew);
H A DAccessiblePageHeader.hxx82 void SetCurrentIndexInParent(sal_Int32 nNew) { mnIndex = nNew; } in SetCurrentIndexInParent() argument
/aoo42x/main/sw/inc/
H A Dfmtanchr.hxx77 void SetPageNum( sal_uInt16 nNew ) { nPageNum = nNew; } in SetPageNum() argument
/aoo42x/main/sw/source/core/text/
H A Dporglue.hxx48 inline void SetFixWidth( const KSHORT nNew ) { nFixWidth = nNew; } in SetFixWidth() argument
H A Dportab.hxx118 inline void SetWidthOfPortionsUpToDecimalPosition( sal_uInt16 nNew ) in SetWidthOfPortionsUpToDecimalPosition() argument
120 mnWidthOfPortionsUpTpDecimalPosition = nNew; in SetWidthOfPortionsUpToDecimalPosition()
H A Ditratr.hxx118 inline void SetPropFont( const sal_uInt8 nNew ) { nPropFont = nNew; } in SetPropFont() argument
H A Dportxt.hxx93 inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } in SetBlankWidth() argument
H A Dtxtfrm.cxx2528 sal_uLong nNew = 0; in ChgThisLines() local
2537 nNew = (sal_uLong)aLine.GetLineNr(); in ChgThisLines()
2544 ++nNew; in ChgThisLines()
2549 nNew = 1; in ChgThisLines()
2551 if ( nNew != nThisLines ) in ChgThisLines()
2556 nThisLines = nNew; in ChgThisLines()
2576 nThisLines = nNew; in ChgThisLines()
H A Dtxtfly.hxx199 inline void SetNextTop( long nNew ) const in SetNextTop()
200 { ((SwTxtFly*)this)->nNextTop = nNew; } in SetNextTop()
/aoo42x/main/editeng/inc/editeng/
H A Dshaditem.hxx86 void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } in SetWidth() argument
/aoo42x/main/sc/inc/
H A Dinputopt.hxx55 void SetMoveDir(sal_uInt16 nNew) { nMoveDir = nNew; } in SetMoveDir() argument
H A Dconsoli.hxx57 void SetFullSize( SCSIZE nNew ) { nFullSize = nNew; } in SetFullSize() argument
H A Dvalidat.hxx142 void SetKey(sal_uInt32 nNew) { nKey = nNew; } // nur wenn nicht eingefuegt! in SetKey() argument
/aoo42x/main/sw/source/core/crsr/
H A Dswcrsr.cxx2340 sal_uInt16 nOld = 0, nNew = 0; in ActualizeSelection() local
2341 while ( nOld < aSelBoxes.Count() && nNew < rNew.Count() ) in ActualizeSelection()
2344 const SwTableBox* pPNew = *( rNew.GetData() + nNew ); in ActualizeSelection()
2348 ++nNew; in ActualizeSelection()
2356 ++nNew; in ActualizeSelection()
2363 for( ; nNew < rNew.Count(); ++nNew ) // some more to insert in ActualizeSelection()
2364 InsertBox( **( rNew.GetData() + nNew ) ); in ActualizeSelection()
/aoo42x/main/sot/source/sdstor/
H A Dstgcache.cxx286 StgPage* StgCache::Copy( sal_Int32 nNew, sal_Int32 nOld ) in Copy() argument
288 StgPage* p = Find( nNew ); in Copy()
290 p = Create( nNew ); in Copy()
/aoo42x/main/sw/source/core/inc/
H A Ddbg_lay.hxx77 static void SetRecord( sal_uLong nNew ) { nRecord = nNew; } in SetRecord() argument
H A Dswcache.hxx174 inline void SetCachePos( const sal_uInt16 nNew ) { nCachePos = nNew; } in SetCachePos() argument
/aoo42x/main/sc/source/ui/view/
H A Dhdrcont.cxx106 void ScHeaderControl::SetWidth( long nNew ) in SetWidth() argument
109 if ( nNew != nWidth ) in SetWidth()
111 Size aSize( nNew, GetSizePixel().Height() ); // Hoehe nicht aendern in SetWidth()
114 nWidth = nNew; in SetWidth()
H A Dtabview2.cxx839 long nNew = nZoomX; in CalcZoom() local
841 if (eType == SVX_ZOOM_WHOLEPAGE && nZoomY < nNew) in CalcZoom()
842 nNew = nZoomY; in CalcZoom()
844 nZoom = (sal_uInt16) nNew; in CalcZoom()
/aoo42x/main/linguistic/source/
H A Dmisc.cxx240 sal_Int32 nNew = Minimum( aData.Value(i-1, k ) + 1, in LevDistance() local
251 if (nT < nNew) in LevDistance()
252 nNew = nT; in LevDistance()
255 aData.Value(i, k) = nNew; in LevDistance()
/aoo42x/main/sw/source/core/table/
H A Dswnewtable.cxx138 long nNew = 0; // will be the right border of the current box in lcl_CheckMinMax() local
145 nNew += nWidth; in lcl_CheckMinMax()
148 if( bSet || nNew > rMax ) in lcl_CheckMinMax()
149 rMax = nNew; in lcl_CheckMinMax()
150 nNew -= nWidth; // nNew becomes the left border of the wished box in lcl_CheckMinMax()
151 if( bSet || nNew < rMin ) in lcl_CheckMinMax()
152 rMin = nNew; in lcl_CheckMinMax()
/aoo42x/main/sw/source/ui/inc/
H A Dcontent.hxx208 void SetOutlineLevel(sal_uInt8 nNew) in SetOutlineLevel() argument
210 nOutlineLevel = nNew; in SetOutlineLevel()

Completed in 923 milliseconds

12345678