Lines Matching refs:pMark
89 SwTOXMark* pMark = 0; in InsertTOXMark() local
96 pMark = new SwTOXMark(pSh->GetTOXType(TOX_CONTENT, 0)); in InsertTOXMark()
97 pMark->SetLevel( static_cast< sal_uInt16 >(rDesc.GetLevel()) ); in InsertTOXMark()
100 pMark->SetAlternativeText(*rDesc.GetAltStr()); in InsertTOXMark()
105 pMark = new SwTOXMark(pSh->GetTOXType(TOX_INDEX, 0)); in InsertTOXMark()
109 pMark->SetPrimaryKey( *rDesc.GetPrimKey() ); in InsertTOXMark()
111 pMark->SetPrimaryKeyReading( *rDesc.GetPhoneticReadingOfPrimKey() ); in InsertTOXMark()
115 pMark->SetSecondaryKey( *rDesc.GetSecKey() ); in InsertTOXMark()
117 pMark->SetSecondaryKeyReading( *rDesc.GetPhoneticReadingOfSecKey() ); in InsertTOXMark()
121 pMark->SetAlternativeText(*rDesc.GetAltStr()); in InsertTOXMark()
123 pMark->SetTextReading( *rDesc.GetPhoneticReadingOfAltStr() ); in InsertTOXMark()
124 pMark->SetMainEntry(rDesc.IsMainEntry()); in InsertTOXMark()
133 pMark = new SwTOXMark(pSh->GetTOXType(TOX_USER, nId)); in InsertTOXMark()
134 pMark->SetLevel( static_cast< sal_uInt16 >(rDesc.GetLevel()) ); in InsertTOXMark()
137 pMark->SetAlternativeText(*rDesc.GetAltStr()); in InsertTOXMark()
143 pSh->SwEditShell::Insert(*pMark); in InsertTOXMark()