Home
last modified time | relevance | path

Searched refs:nNew (Results 151 – 175 of 199) sorted by relevance

12345678

/aoo42x/main/editeng/inc/editeng/
H A Doutlobj.hxx66 void SetOutlinerMode(sal_uInt16 nNew);
H A Dbrshitem.hxx124 void setGraphicTransparency(sal_Int8 nNew);
/aoo42x/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx57 void SetTime(sal_uInt32 nNew);
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx2188 void SwTxtNode::SetParaNumberOfWords( sal_uLong nNew ) const in SetParaNumberOfWords()
2192 m_pParaIdleData_Impl->nNumberOfWords = nNew; in SetParaNumberOfWords()
2199 void SwTxtNode::SetParaNumberOfChars( sal_uLong nNew ) const in SetParaNumberOfChars()
2203 m_pParaIdleData_Impl->nNumberOfChars = nNew; in SetParaNumberOfChars()
/aoo42x/main/svx/inc/svx/
H A Dcube3d.hxx83 void SetSideFlags(sal_uInt16 nNew);
H A Dzoomslideritem.hxx49 void AddSnappingPoint( sal_Int32 nNew );
/aoo42x/main/svx/inc/svx/sdr/overlay/
H A Doverlayanimatedbitmapex.hxx91 void setBlinkTime(sal_uInt32 nNew);
H A Doverlaymanager.hxx129 void setStripeLengthPixel(sal_uInt32 nNew = 5L);
/aoo42x/main/sc/inc/
H A Dqueryparam.hxx48 void Resize(SCSIZE nNew);
H A Dchgtrack.hxx1173 void SetLastSavedActionNumber(sal_uLong nNew) in SetLastSavedActionNumber() argument
1174 { nMarkLastSaved = nNew; } in SetLastSavedActionNumber()
/aoo42x/main/svx/source/svdraw/
H A Dsvdpage.cxx1699 void SdrPage::SetPageNum(sal_uInt16 nNew) in SetPageNum() argument
1701 if(nNew != nPageNum) in SetPageNum()
1704 nPageNum = nNew; in SetPageNum()
/aoo42x/main/sc/source/ui/inc/
H A Dhdrcont.hxx131 void SetWidth( long nNew );
H A Dtransobj.hxx102 void SetVisibleTab( SCTAB nNew );
H A Dcontent.hxx154 void SetRootType( sal_uInt16 nNew );
H A Dprevloc.hxx108 void SetPrintTab( SCTAB nNew );
H A Dnavipi.hxx309 void SetDropMode(sal_uInt16 nNew);
/aoo42x/main/svx/source/dialog/
H A Dsvxruler.cxx1851 void SvxRuler::DrawLine_Impl(long &_lTabPos, int nNew, sal_Bool Hori) in DrawLine_Impl() argument
1869 if( nNew & 1 ) in DrawLine_Impl()
1873 GetCorrectedDragPos( ( nNew&4 ) != 0, ( nNew&2 ) != 0 ) + in DrawLine_Impl()
1895 if(nNew & 1) in DrawLine_Impl()
/aoo42x/main/scaddins/source/analysis/
H A Danalysishelper.cxx1442 memcpy( pNewData, pData, nNew * sizeof( void* ) ); in _Grow()
1453 nNew = nAct = 0; in MyList()
1465 if( n >= nNew ) in Insert()
1472 memmove( pIns + 1, pIns, ( nNew - n ) * sizeof( void* ) ); in Insert()
1476 nNew++; in Insert()
/aoo42x/main/vcl/inc/
H A Dimpoct.hxx131 sal_uLong nNew; member in ImpNodeCache
/aoo42x/main/sc/source/ui/view/
H A Dprevloc.cxx184 void ScPreviewLocationData::SetPrintTab( SCTAB nNew ) in SetPrintTab() argument
186 nPrintTab = nNew; in SetPrintTab()
/aoo42x/main/sc/source/ui/app/
H A Dtransobj.cxx519 void ScTransferObj::SetVisibleTab( SCTAB nNew ) in SetVisibleTab() argument
521 nVisibleTab = nNew; in SetVisibleTab()
/aoo42x/main/sw/source/core/access/
H A Daccpara.cxx496 sal_Int32 nNew = GetCaretPos(); in _InvalidateCursorPos() local
501 nOldCaretPos = nNew; in _InvalidateCursorPos()
503 if( -1 != nNew ) in _InvalidateCursorPos()
512 if( nOld != nNew ) in _InvalidateCursorPos()
522 aEvent.NewValue <<= nNew; in _InvalidateCursorPos()
526 if( pWin && pWin->HasFocus() && -1 == nNew ) in _InvalidateCursorPos()
/aoo42x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java757 int nNew = 9999 - nOld;
760 aReplace.replaceByName( aItemNames [i], new Integer( nNew ) );
/aoo42x/main/sc/source/core/data/
H A Dattarray.cxx2145 SCROW nNew = pData[i].nRow + nSize; in InsertRow() local
2146 if ( nNew >= MAXROW ) // Ende erreicht ? in InsertRow()
2148 nNew = MAXROW; in InsertRow()
2152 pData[i].nRow = nNew; in InsertRow()
/aoo42x/main/editeng/source/items/
H A Dtextitem.cxx1054 sal_Int16 nNew = sal_Int16(); in PutValue() local
1055 if(!(rVal >>= nNew)) in PutValue()
1060 nHeight *= nNew; in PutValue()
1062 nProp = nNew; in PutValue()

Completed in 816 milliseconds

12345678