Searched refs:nInit (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sd/source/ui/dlg/ |
H A D | brkdlg.cxx | 107 IMPL_LINK( BreakDlg, UpDate, void*, nInit ) in IMPL_LINK() argument 115 if(nInit == (void*)1L) in IMPL_LINK()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | unitconv.cxx | 101 ScUnitConverter::ScUnitConverter( sal_uInt16 nInit, sal_uInt16 nDeltaP ) : in ScUnitConverter() argument 102 ScStrCollection( nInit, nDeltaP, sal_False ) in ScUnitConverter()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 47 SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit, in SwRegionRects() argument 49 SwRects( (sal_uInt8)nInit, (sal_uInt8)nGrow ), in SwRegionRects()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdmark.hxx | 51 SdrUShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize) in SdrUShortCont() argument 52 : maArray(nBlock, nInit, nResize), in SdrUShortCont()
|
H A D | svdetc.hxx | 130 UShortCont(sal_uInt16 nBlock, sal_uInt16 nInit, sal_uInt16 nResize): aArr(nBlock,nInit,nResize) {} in UShortCont() argument
|
/aoo42x/main/svl/inc/svl/ |
H A D | svarray.hxx | 217 nm::nm( sal_uInt16 nInit, sal_uInt8 )\ 219 nFree (nInit),\ 222 if( nInit )\ 224 pData = (AE*)(rtl_allocateMemory(sizeof(AE) * nInit));\
|
/aoo42x/main/sw/inc/ |
H A D | swregion.hxx | 39 SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20,
|
/aoo42x/main/sc/inc/ |
H A D | unitconv.hxx | 60 ScUnitConverter( sal_uInt16 nInit = 16, sal_uInt16 nDelta = 4 );
|
/aoo42x/main/vcl/source/gdi/ |
H A D | image.cxx | 415 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() argument 417 mnInitSize( nInit ), in ImageList()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | image.hxx | 108 ImageList( sal_uInt16 nInit = 8, sal_uInt16 nGrow = 4 );
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 209 SwXMLTableFrmFmtsSort_Impl ( sal_uInt16 nInit, sal_uInt16 nGrow ) : in SwXMLTableFrmFmtsSort_Impl() argument 210 SwXMLFrmFmts_Impl( nInit, nGrow ) in SwXMLTableFrmFmtsSort_Impl()
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlay.hxx | 191 void CreateSpaceAdd( const long nInit = 0 );
|
H A D | porlay.cxx | 368 void SwLineLayout::CreateSpaceAdd( const long nInit ) in CreateSpaceAdd() argument 371 SetLLSpaceAdd( nInit, 0 ); in CreateSpaceAdd()
|
Completed in 51 milliseconds