Home
last modified time | relevance | path

Searched refs:pCaption (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dpostit.cxx700 void ScPostIt::CreateCaption( const ScAddress& rPos, const SdrCaptionObj* pCaption ) in CreateCaption() argument
720 if( pCaption ) in CreateCaption()
723 if( OutlinerParaObject* pOPO = pCaption->GetOutlinerParaObject() ) in CreateCaption()
726 maNoteData.mpCaption->SetMergedItemSetAndBroadcast( pCaption->GetMergedItemSet() ); in CreateCaption()
728 Rectangle aCaptRect = pCaption->GetLogicRect(); in CreateCaption()
729 Point aDist = maNoteData.mpCaption->GetTailPos() - pCaption->GetTailPos(); in CreateCaption()
817 SdrCaptionObj* pCaption = aCreator.GetCaption(); in CreateTempCaption() local
820 rDrawPage.InsertObject( pCaption ); in CreateTempCaption()
826 pCaption->SetOutlinerParaObject( new OutlinerParaObject( *pOPO ) ); in CreateTempCaption()
828 pCaption->SetMergedItemSetAndBroadcast( pNoteCaption->GetMergedItemSet() ); in CreateTempCaption()
[all …]
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx212 OutlinerParaObject* pPObj = pCaption->GetOutlinerParaObject(); in StopDragMode()
217 if(pCaption->IsAutoGrowHeight() && !bVertical) in StopDragMode()
219 pCaption->SetMergedItem( SdrTextAutoGrowHeightItem( false ) ); in StopDragMode()
220 aNote.SetItemSet( *pDoc, pCaption->GetMergedItemSet() ); in StopDragMode()
225 if(pCaption->IsAutoGrowWidth() && bVertical) in StopDragMode()
227 pCaption->SetMergedItem( SdrTextAutoGrowWidthItem( false ) ); in StopDragMode()
228 aNote.SetItemSet( *pDoc, pCaption->GetMergedItemSet() ); in StopDragMode()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx322 pValue(0), pCaption(0), pGroupName(0), nIconLen(0), pIcon(0), in OCX_ModernControl()
327 if (pCaption) delete[] pCaption; in ~OCX_ModernControl()
402 char *pCaption; member in OCX_ModernControl
611 delete[] pCaption; in ~OCX_MultiPage()
664 char *pCaption; member in OCX_MultiPage
693 delete[] pCaption; in ~OCX_Page()
746 char *pCaption; member in OCX_Page
773 delete[] pCaption; in ~OCX_Frame()
823 char *pCaption; member in OCX_Frame
853 delete[] pCaption; in ~OCX_UserForm()
[all …]
/AOO41X/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx287 …Mgr, const Rectangle& rRect, const EditTextObject& rEditObj, SdrObject* pCaption, bool bVisible ) : in XclObjComment() argument
290 ProcessEscherObj( rObjMgr.GetRoot(), rRect, pCaption, bVisible); in XclObjComment()
292 pTxo = new XclTxo( rObjMgr.GetRoot(), rEditObj, pCaption ); in XclObjComment()
295 …sEscherObj( const XclExpRoot& rRoot, const Rectangle& rRect, SdrObject* pCaption, const bool bVisi… in ProcessEscherObj() argument
300 if(pCaption) in ProcessEscherObj()
302 aXShape = GetXShapeForSdrObject(pCaption); in ProcessEscherObj()
495 XclTxo::XclTxo( const XclExpRoot& rRoot, const EditTextObject& rEditObj, SdrObject* pCaption ) : in XclTxo() argument
501 if(pCaption) in XclTxo()
514 pCaption->SetMergedItem( SvxAdjustItem( eEEAlign, EE_PARA_JUST ) ); in XclTxo()
517 const SfxItemSet& rItemSet = pCaption->GetMergedItemSet(); in XclTxo()
/AOO41X/main/sc/source/ui/view/
H A Dviewfun6.cxx176 if( SdrCaptionObj* pCaption = pNote->GetCaption() ) in EditNote() local
180 static_cast< FuSelection* >( pDraw )->ActivateNoteHandles( pCaption ); in EditNote()
188 ScrollToObject( pCaption ); // Objekt komplett sichtbar machen in EditNote()
189 static_cast< FuText* >( pPoor )->SetInEditMode( pCaption ); in EditNote()
/AOO41X/main/sw/source/filter/html/
H A Dhtmltabw.cxx105 const String *pCaption=0, sal_Bool bTopCaption=sal_False,
569 const String *pCaption, sal_Bool bTopCaption, in Write() argument
812 if( pCaption && pCaption->Len() ) in Write()
819 …HTMLOutFuncs::Out_String( rWrt.Strm(), *pCaption, rWrt.eDestEnc, &rWrt.aNonConvertableCharacters … in Write()
975 const String *pCaption, sal_Bool bTopCaption ) in OutHTML_SwTblNode() argument
1210 pFmt, pCaption, bTopCaption, in OutHTML_SwTblNode()
1218 pFmt, pCaption, bTopCaption, in OutHTML_SwTblNode()
H A Dwrthtml.hxx557 const String* pCaption=0, sal_Bool bTopCaption=sal_False );
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx1393 if (pCaption) in Import()
1395 aTmp <<= lclCreateOUString( pCaption, nCaptionLen ); in Import()
1692 if (pCaption) in Import()
1694 aTmp <<= lclCreateOUString( pCaption, nCaptionLen ); in Import()
2330 if (pCaption) in Import()
2332 aTmp <<= lclCreateOUString( pCaption, nCaptionLen ); in Import()
2533 if (pCaption) in Import()
2535 aTmp <<= lclCreateOUString( pCaption, nCaptionLen ); in Import()
3171 lclReadCharArray( *pS, pCaption, nCaptionLen, pS->Tell() - nStart); in Read()
3262 lclReadCharArray( *pS, pCaption, nCaptionLen, pS->Tell() - nStart); in Read()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxcl97rec.hxx137 … const Rectangle& rRect, const EditTextObject& rEditObj, SdrObject* pCaption, bool bVisible );
143 const Rectangle& rRect, SdrObject* pCaption, bool bVisible );
175 … XclTxo( const XclExpRoot& rRoot, const EditTextObject& rEditObj, SdrObject* pCaption );
/AOO41X/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx238 if( SdrObject* pCaption = pNote->GetOrCreateCaption( aCellPos ) ) in getAnnotationShape() local
239 xShape.set( pCaption->getUnoShape(), uno::UNO_QUERY ); in getAnnotationShape()
/AOO41X/main/sc/source/filter/excel/
H A Dxeescher.cxx1007 if( SdrCaptionObj* pCaption = pScNote->GetOrCreateCaption( maScPos ) ) in XclExpNote() local
1008 if( const OutlinerParaObject* pOPO = pCaption->GetOutlinerParaObject() ) in XclExpNote()
1009 …j( new XclObjComment( rRoot.GetObjectManager(), pCaption->GetLogicRect(), pOPO->GetTextObject(), p… in XclExpNote()
/AOO41X/main/sc/source/filter/xml/
H A Dxmlcelli.cxx622 if( SdrCaptionObj* pCaption = dynamic_cast< SdrCaptionObj* >( pObject ) ) in SetAnnotation() local
624 …OSL_ENSURE( !pCaption->GetLogicRect().IsEmpty(), "ScXMLTableRowCellContext::SetAnnotation - invali… in SetAnnotation()
626 pNote = ScNoteUtil::CreateNoteFromCaption( *pDoc, aPos, *pCaption, true ); in SetAnnotation()
/AOO41X/main/sc/inc/
H A Dpostit.hxx158 void CreateCaption( const ScAddress& rPos, const SdrCaptionObj* pCaption = 0 );
/AOO41X/main/sc/source/core/tool/
H A Ddetfunc.cxx1452 if( SdrCaptionObj* pCaption = dynamic_cast< SdrCaptionObj* >( pObject ) ) in UpdateAllComments() local
1454 pCaption->SetSpecialTextBoxShadow(); in UpdateAllComments()
1455 pCaption->SetFixedTail(); in UpdateAllComments()