Searched refs:nZero (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 307 const sal_Int32 nZero = 0; in OStyle() local 328 …ember(MAP_CHAR_LEN(SC_UNO_PAGE_BORDERDIST), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 330 …mber(MAP_CHAR_LEN(SC_UNO_PAGE_BOTTBRDDIST), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 341 …mber(MAP_CHAR_LEN(SC_UNO_PAGE_FTRBODYDIST), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 342 …ember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRBRDDIST), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 344 …mber(MAP_CHAR_LEN(SC_UNO_PAGE_FTRBOTTBDIS), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 346 …Member(MAP_CHAR_LEN(SC_UNO_PAGE_FTRHEIGHT), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 351 …mber(MAP_CHAR_LEN(SC_UNO_PAGE_FTRLEFTBDIS), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 352 …ember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRLEFTMAR), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() 360 …ember(MAP_CHAR_LEN(SC_UNO_PAGE_FTRTOPBDIS), ++i,nBound,::getCppuType((const sal_Int32*)0) ,&nZero); in OStyle() [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 261 sal_uInt8 nZero = 0; in WriteZeroBytesToRecord() local 263 *this << nZero; in WriteZeroBytesToRecord()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1127 sal_uChar nZero = 0x00; in WriteBody() local 1129 rStrm << nZero; in WriteBody()
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 960 sal_Int32 nZero = 0; in getSelectedFiles() local 961 OUString aCurrentToken = sToken.getToken( 0, ';', nZero); in getSelectedFiles()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtimp.cxx | 1979 sal_Int16 nZero = 0; in SetStyleAndAttrs() local 1981 makeAny( static_cast<sal_Int16>(nZero) )); in SetStyleAndAttrs()
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1875 sal_uLong nZero = 0; in CreateTextPortions() local 1876 aPositions.Insert( nZero ); in CreateTextPortions()
|
Completed in 77 milliseconds