Home
last modified time | relevance | path

Searched refs:pNoteCaption (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/core/data/
H A Dpostit.cxx795 SdrCaptionObj* pNoteCaption = 0; in CreateTempCaption() local
801 pNoteCaption = pNote->GetOrCreateCaption( rPos ); in CreateTempCaption()
805 if( !pNoteCaption && (aBuffer.getLength() == 0) ) in CreateTempCaption()
823 if( pNoteCaption && (rUserText.getLength() == 0) ) in CreateTempCaption()
825 if( OutlinerParaObject* pOPO = pNoteCaption->GetOutlinerParaObject() ) in CreateTempCaption()
828 pCaption->SetMergedItemSetAndBroadcast( pNoteCaption->GetMergedItemSet() ); in CreateTempCaption()
829 … Rectangle aCaptRect( pCaption->GetLogicRect().TopLeft(), pNoteCaption->GetLogicRect().GetSize() ); in CreateTempCaption()

Completed in 21 milliseconds