Home
last modified time | relevance | path

Searched refs:nNewSize (Results 51 – 71 of 71) sorted by relevance

123

/trunk/main/svtools/source/control/
H A Dheadbar.cxx1426 void HeaderBar::SetItemSize( sal_uInt16 nItemId, long nNewSize ) in SetItemSize() argument
1432 if ( pItem->mnSize != nNewSize ) in SetItemSize()
1434 pItem->mnSize = nNewSize; in SetItemSize()
/trunk/main/tools/inc/tools/
H A Dcontnr.hxx91 void SetSize( sal_uIntPtr nNewSize );
H A Dpoly.hxx164 void SetSize( sal_uInt16 nNewSize );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx798 SCSIZE nNewSize = nSize + COLUMN_DELTA - 1; in Resize() local
799 nNewSize -= nNewSize % COLUMN_DELTA; in Resize()
800 nLimit = nNewSize; in Resize()
/trunk/main/sc/source/ui/inc/
H A Dhdrcont.hxx119 SCCOLROW nNewSize, sal_uInt16 nNewFlags );
H A Dolinewin.hxx78 void SetHeaderSize( long nNewSize );
H A Dundoblk.hxx395 sal_uInt16 nNewSize; member in ScUndoWidthOrHeight
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx439 void SetSpinSize( sal_Int64 nNewSize );
469 void SetSpinSize( sal_Int64 nNewSize );
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx65 SCCOLROW nNewSize, sal_uInt16 nNewFlags ) : in ScHeaderControl() argument
70 nSize ( nNewSize ), in ScHeaderControl()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx254 sal_Bool StorageStream::SetSize( sal_uLong nNewSize ) in SetSize() argument
258 sal_Bool b = pEntry->SetSize( (sal_Int32) nNewSize ); in SetSize()
H A Ducbstorage.cxx1462 sal_Bool UCBStorageStream::SetSize( sal_uLong nNewSize ) argument
1473 pImp->SetSize( nNewSize );
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx194 void OLEObjCache::SetSize(sal_uIntPtr nNewSize) in SetSize() argument
196 nSize = nNewSize; in SetSize()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx90 virtual void SetSize( sal_uLong nNewSize );
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx297 void SetSize(sal_uIntPtr nNewSize);
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx235 TokenStack( sal_uInt16 nNewSize = 1024 );
/trunk/main/package/inc/
H A DZipPackageStream.hxx142 void setSize (const sal_Int32 nNewSize);
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h835 sal_Int32 nNewSize )
/trunk/main/sc/inc/
H A Dcompressedarray.hxx78 void Resize( size_t nNewSize );
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1633 int nNewSize = vecNew.size(); in NotifyRefMode() local
1634 if ( nNewSize > 10 ) in NotifyRefMode()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx718 sal_Int32 nNewSize = nLen + nSteps * ARRAY_SIZE_STEP; in checkInterfaceArraySize() local
720 rSeq.realloc( nNewSize ); in checkInterfaceArraySize()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2966 … const long nNewSize = (pFrm->Frm().*fnRect->fnGetHeight)() + nDiff; in SetTabRows() local
2967 if( nNewSize != aNew.GetHeight() ) in SetTabRows()
2969 aNew.SetHeight( nNewSize ); in SetTabRows()

Completed in 179 milliseconds

123