Searched refs:nEndField (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLStylesExportHelper.cxx | 1241 const sal_Int32 nStringIndex, const sal_Int32 nEndField) in AddFieldStyleName() argument 1243 DBG_ASSERT( nStartField <= nEndField, "bad field range"); in AddFieldStyleName() 1249 … rTable.insert( rTable.end(), static_cast<size_t>(nEndField - nStartField + 1), nStringIndex); in AddFieldStyleName() 1253 for ( ; nField < nSize && nField <= static_cast<size_t>(nEndField); ++nField) in AddFieldStyleName() 1255 if (nField <= static_cast<size_t>(nEndField)) in AddFieldStyleName() 1256 rTable.insert( rTable.end(), static_cast<size_t>(nEndField - nField + 1), nStringIndex); in AddFieldStyleName()
|
| H A D | XMLColumnRowGroupExport.cxx | 73 … ScMyOpenCloseColumnRowGroup::AddGroup(const ScMyColumnRowGroup& aGroup, const sal_Int32 nEndField) in AddGroup() argument 76 aTableEnd.push_back(nEndField); in AddGroup()
|
| H A D | XMLColumnRowGroupExport.hxx | 59 void AddGroup(const ScMyColumnRowGroup& aGroup, const sal_Int32 nEndField);
|
| H A D | XMLStylesExportHelper.hxx | 285 …nt32 nTable, const sal_Int32 nStartField, const sal_Int32 nStringIndex, const sal_Int32 nEndField);
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit4.cxx | 2151 sal_uInt16 nEndField = bIsField ? pFieldAttr->GetEnd() : USHRT_MAX; in AddPortionIterated() 2157 bIsEndField = nEndField == aCursor.GetIndex(); in AddPortionIterated() 2167 nEndField = bIsField ? _pFieldAttr->GetEnd() : USHRT_MAX; in AddPortionIterated()
|