Searched refs:nStructId (Results 1 – 1 of 1) sorted by relevance
136 sal_Int32 GlobalSyncData::GetMappedStructId( sal_Int32 nStructId ) in GetMappedStructId() argument138 if ( (sal_uInt32)nStructId < mStructIdMap.size() ) in GetMappedStructId()139 nStructId = mStructIdMap[ nStructId ]; in GetMappedStructId()141 nStructId = -1; in GetMappedStructId()143 DBG_ASSERT( nStructId >= 0, "unmapped structure id in GlobalSyncData" ); in GetMappedStructId()145 return nStructId; in GetMappedStructId()775 bool PDFExtOutDevData::SetCurrentStructureElement( sal_Int32 nStructId ) in SetCurrentStructureElement() argument778 if( sal_uInt32(nStructId) < mpGlobalSyncData->mStructParents.size() ) in SetCurrentStructureElement()780 mpGlobalSyncData->mCurrentStructElement = nStructId; in SetCurrentStructureElement()782 mpPageSyncData->mParaInts.push_back( nStructId ); in SetCurrentStructureElement()
Completed in 15 milliseconds