Home
last modified time | relevance | path

Searched refs:nIncr (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sot/source/sdstor/
H A Dstgstrms.hxx119 short nIncr; // size adjust increment member in StgDataStrm
125 void SetIncrement( short n ) { nIncr = n ; } in SetIncrement()
H A Dstgstrms.cxx765 nIncr = 1; in Init()
803 nBytes = ( ( nBytes + nIncr - 1 ) / nIncr ) * nIncr; in SetSize()
/aoo4110/main/xmloff/source/text/
H A DXMLLineNumberingImportContext.cxx314 sal_Int16 nIncr) in SetSeparatorIncrement() argument
316 nSeparatorIncrement = nIncr; in SetSeparatorIncrement()
/aoo4110/main/svl/source/items/
H A Ditemset.cxx1843 sal_uInt16 *pUS, std::ptrdiff_t nOldSize, sal_uInt16 nIncr) in AddRanges_Impl() argument
1857 sal_uInt16 *pNew = new sal_uInt16[ nOldSize + nIncr + 1 ]; in AddRanges_Impl()
1863 memset( pNew + nOldSize, 0, ( nIncr + 1 ) * sizeof(sal_uInt16) ); in AddRanges_Impl()
/aoo4110/main/xmloff/inc/
H A DXMLLineNumberingImportContext.hxx97 void SetSeparatorIncrement(sal_Int16 nIncr);

Completed in 37 milliseconds