Home
last modified time | relevance | path

Searched refs:pRect (Results 1 – 25 of 58) sorted by path

123

/aoo41x/main/embedserv/source/embed/
H A Ddocholder.cxx1176 aRect[0] = pRect->left;
1177 aRect[1] = pRect->top;
1178 aRect[2] = pRect->right;
1179 aRect[3] = pRect->bottom;
1204 pRect->left = aRect[0];
1205 pRect->top = aRect[1];
1206 pRect->right = aRect[2];
1207 pRect->bottom = aRect[3];
1231 pRect->left = aRect[0]; in GetDocumentBorder()
1232 pRect->top = aRect[1]; in GetDocumentBorder()
[all …]
H A Diipaobj.cxx105 LPCRECT pRect,LPOLEINPLACEUIWINDOW,BOOL bFrame) in ResizeBorder() argument
112 return m_rDocHolder->SetContRects(pRect); in ResizeBorder()
/aoo41x/main/embedserv/source/inc/
H A Ddocholder.hxx191 HRESULT GetDocumentBorder( RECT *pRect );
197 HRESULT SetContRects(LPCRECT pRect);
/aoo41x/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx969 LPCRECT pRect ) in DoVerb() argument
984 hr = pOleObject->DoVerb( iVerb, pMsg, pActiveSite, nLong, hWin, pRect ); in DoVerb()
/aoo41x/main/filter/source/msfilter/
H A Dmsoleexp.cxx273 sal_Int32 pRect[4]; in ExportOLEObject() local
278 pRect[0] = 0; in ExportOLEObject()
279 pRect[1] = aSize.Width; in ExportOLEObject()
280 pRect[2] = 0; in ExportOLEObject()
281 pRect[3] = aSize.Height; in ExportOLEObject()
286 sal_Int32 nVal = pRect[ind]; in ExportOLEObject()
/aoo41x/main/oox/source/export/
H A Dvmlexport.cxx125 UINT32 VMLExport::EnterGroup( const String& rShapeName, const Rectangle* pRect ) in EnterGroup() argument
138 if ( pRect ) in EnterGroup()
139 AddRectangleDimensions( aStyle, *pRect ); in EnterGroup()
145 if ( pRect && ( mnGroupLevel == 1 ) ) in EnterGroup()
148 OStringBuffer( 20 ).append( sal_Int32( pRect->Left() ) ) in EnterGroup()
149 .append( "," ).append( sal_Int32( pRect->Top() ) ) in EnterGroup()
153 … OStringBuffer( 20 ).append( sal_Int32( pRect->Right() ) - sal_Int32( pRect->Left() ) ) in EnterGroup()
154 .append( "," ).append( sal_Int32( pRect->Bottom() ) - sal_Int32( pRect->Top() ) ) in EnterGroup()
/aoo41x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx880 sal_Bool MotionPathTag::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark ) in MarkPoints() argument
894 if( pRect==NULL || pRect->IsInside(aPos)) in MarkPoints()
H A Dmotionpathtag.hxx67 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationtag.hxx63 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
/aoo41x/main/sd/source/ui/func/
H A Dsmarttag.cxx419 sal_Bool SmartTagSet::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkPoints() argument
422 return mxSelectedTag->MarkPoints( pRect, bUnmark ); in MarkPoints()
/aoo41x/main/sd/source/ui/inc/
H A DView.hxx192 virtual sal_Bool MarkPoints(const ::Rectangle* pRect, sal_Bool bUnmark);
H A Dsmarttag.hxx79 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
144 sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
/aoo41x/main/sd/source/ui/view/
H A Dsdview.cxx1266 sal_Bool View::MarkPoints(const Rectangle* pRect, sal_Bool bUnmark) in MarkPoints() argument
1268 if( maSmartTags.MarkPoints( pRect, bUnmark ) ) in MarkPoints()
1271 return FmFormView::MarkPoints( pRect, bUnmark ); in MarkPoints()
H A Dzoomlist.cxx103 Rectangle* pRect = new Rectangle(rRect); in InsertZoomRect() local
104 Insert(pRect, mnCurPos); in InsertZoomRect()
/aoo41x/main/svtools/inc/svtools/
H A Dheadbar.hxx283 const Rectangle* pRect,
287 const Rectangle* pRect = NULL );
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx378 Rectangle *pRect = aHighlightList.Remove( aHighlightList.Count() - 1 ); in ToggleSelection() local
379 pDataWin->Invalidate( *pRect ); in ToggleSelection()
380 delete pRect; in ToggleSelection()
H A Ddatwin.cxx707 for ( Rectangle* pRect = aInvalidRegion.First(); in DoOutstandingInvalidations() local
708 pRect; in DoOutstandingInvalidations()
709 pRect = aInvalidRegion.Next() ) in DoOutstandingInvalidations()
711 Control::Invalidate( *pRect ); in DoOutstandingInvalidations()
712 delete pRect; in DoOutstandingInvalidations()
723 for ( Rectangle* pRect = aInvalidRegion.First(); in Invalidate() local
724 pRect; in Invalidate()
725 pRect = aInvalidRegion.Next() ) in Invalidate()
726 delete pRect; in Invalidate()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl1.cxx3329 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver() local
3330 if( rBoundRect.IsOver( *pRect )) in IsOver()
3347 Rectangle* pRect = new Rectangle( rRect ); in AddSelectedRect() local
3348 pRect->Justify(); in AddSelectedRect()
3349 aSelectedRectList.Insert( (void*)pRect, aSelectedRectList.Count() ); in AddSelectedRect()
3357 Rectangle* pRect = (Rectangle*)aSelectedRectList.GetObject( nCur ); in ClearSelectedRectList() local
3358 delete pRect; in ClearSelectedRectList()
H A Dsvimpicn.cxx3843 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver() local
3844 if( rBoundRect.IsOver( *pRect )) in IsOver()
3852 Rectangle* pRect = new Rectangle( rRect ); in AddSelectedRect() local
3853 pRect->Justify(); in AddSelectedRect()
3856 pRect->Left() -= nBorderOffs; in AddSelectedRect()
3857 pRect->Right() += nBorderOffs; in AddSelectedRect()
3858 pRect->Top() -= nBorderOffs; in AddSelectedRect()
3859 pRect->Bottom() += nBorderOffs; in AddSelectedRect()
3861 aSelectedRectList.Insert( (void*)pRect, aSelectedRectList.Count() ); in AddSelectedRect()
3869 Rectangle* pRect = (Rectangle*)aSelectedRectList.GetObject( nCur ); in ClearSelectedRectList() local
[all …]
/aoo41x/main/svtools/source/control/
H A Dheadbar.cxx335 const Rectangle* pRect, in ImplDrawItem() argument
345 if ( pRect ) in ImplDrawItem()
347 if ( aRect.Right() < pRect->Left() ) in ImplDrawItem()
349 else if ( aRect.Left() > pRect->Right() ) in ImplDrawItem()
369 if ( !pRect || bDrag ) in ImplDrawItem()
635 if ( pRect ) in ImplDrawItem()
636 aRegion.Intersect( *pRect ); in ImplDrawItem()
647 const Rectangle* pRect ) in ImplDrawItem() argument
650 ImplDrawItem( this, nPos, bHigh, bDrag, aRect, pRect, 0 ); in ImplDrawItem()
/aoo41x/main/svx/inc/svx/
H A Dcontdlg.hxx120 const Rectangle* pRect = NULL,
H A Ddlgctrl.hxx109 …void SetFocusRect( const Rectangle* pRect = NULL ); // pRect == NULL -> calculate rectangle in…
H A Dsvdmrkv.hxx184 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
185 sal_Bool MarkGluePoints(const Rectangle* pRect, sal_Bool bUnmark);
H A Dsvdpage.hxx542 …const SdrPageGridFrameList* GetGridFrameList(const SdrPageView* pPV, const Rectangle* pRect) const;
/aoo41x/main/svx/source/dialog/
H A D_contdlg.cxx190 const Rectangle* pRect, in CreateAutoContour() argument
221 aVDev.DrawPolyPolygon( CreateAutoContour( rStepBmp.aBmpEx, pRect, nFlags ) ); in CreateAutoContour()
267 return PolyPolygon( XOutBitmap::GetCountour( aBmp, nContourFlags, 128, pRect ) ); in CreateAutoContour()

Completed in 239 milliseconds

123