Searched refs:pNoteURL (Results 1 – 4 of 4) sorted by relevance
68 extern SwNoteURL *pNoteURL;
38 SwNoteURL *pNoteURL = NULL; variable
356 bURLNotify = pNoteURL && !bOnWin; in CtorInitTxtSizeInfo()1332 ASSERT( pNoteURL, "NotifyURL: pNoteURL gone with the wind!" ); in _NotifyURL()1345 pNoteURL->InsertURLNote( rFmt.GetValue(), rFmt.GetTargetFrame(), in _NotifyURL()
6881 ASSERT( !pNoteURL, "MakeGraphic: pNoteURL already used? " ); in MakeGraphic()6882 pNoteURL = new SwNoteURL; in MakeGraphic()6961 ASSERT( pNoteURL, "MakeGraphic: Good Bye, NoteURL." ); in MakeGraphic()6962 pNoteURL->FillImageMap( pMap, pFly->Frm().Pos(), aMap ); in MakeGraphic()6963 delete pNoteURL; in MakeGraphic()6964 pNoteURL = NULL; in MakeGraphic()
Completed in 37 milliseconds