Searched refs:aNoteIter (Results 1 – 1 of 1) sorted by relevance
2288 std::vector<ScNoteStyleEntry>::const_iterator aNoteIter = rNoteEntries.begin(); in _ExportAutoStyles() local2290 while (aNoteIter != aNoteEnd) in _ExportAutoStyles()2292 ScAddress aPos = aNoteIter->maCellPos; in _ExportAutoStyles()2308 if ( aNoteIter->maStyleName.getLength() ) in _ExportAutoStyles()2312 rtl::OUString sName( aNoteIter->maStyleName ); in _ExportAutoStyles()2316 if ( aNoteIter->maTextStyle.getLength() ) in _ExportAutoStyles()2321 rtl::OUString sName( aNoteIter->maTextStyle ); in _ExportAutoStyles()2328 ++aNoteIter; in _ExportAutoStyles()
Completed in 28 milliseconds