Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx327 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
746 char *pCaption; member in OCX_Page
823 char *pCaption; member in OCX_Frame
906 char *pCaption; member in OCX_UserForm
1122 if (pCaption) delete[] pCaption; in ~OCX_CommandButton()
1159 char *pCaption; member in OCX_CommandButton
1239 if (pCaption) delete[] pCaption; in ~OCX_Label()
[all …]
/trunk/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()
4024 if ( pCaption ) in Import()
4026 aTmp <<= lclCreateOUString( pCaption, nCaptionLen ); in Import()
[all …]
/trunk/main/sc/inc/
H A Dpostit.hxx158 void CreateCaption( const ScAddress& rPos, const SdrCaptionObj* pCaption = 0 );
/trunk/main/sc/source/core/data/
H A Dpostit.cxx720 if( pCaption ) in CreateCaption()
728 Rectangle aCaptRect = pCaption->GetLogicRect(); in CreateCaption()
817 SdrCaptionObj* pCaption = aCreator.GetCaption(); in CreateTempCaption() local
820 rDrawPage.InsertObject( pCaption ); in CreateTempCaption()
830 pCaption->SetLogicRect( aCaptRect ); in CreateTempCaption()
835 pCaption->SetText( aBuffer.makeStringAndClear() ); in CreateTempCaption()
836 ScCaptionUtil::SetDefaultItems( *pCaption, rDoc ); in CreateTempCaption()
839 pCaption->SetMergedItem( SdrTextAutoGrowWidthItem( sal_True ) ); in CreateTempCaption()
841 pCaption->SetMergedItem( SdrTextMaxFrameWidthItem( nMaxWidth ) ); in CreateTempCaption()
843 pCaption->AdjustTextFrameWidthAndHeight(); in CreateTempCaption()
[all …]
/trunk/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()
/trunk/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()
/trunk/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 );
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 );

Completed in 136 milliseconds