Lines Matching refs:Width
75 if (aPgSize.Width() < 0) in lcl_AdjustInsertPos()
76 aPgSize.Width() = -aPgSize.Width(); in lcl_AdjustInsertPos()
77 long x = aPgSize.Width() - rPos.X() - rSize.Width(); in lcl_AdjustInsertPos()
84 rPos.X() += rSize.Width() / 2; // Position bei Paste gibt Mittelpunkt an in lcl_AdjustInsertPos()
320 if ( pDescSize && pDescSize->Width() && pDescSize->Height() ) in PasteObject()
325 aSz.Width = aSize.Width(); in PasteObject()
340 aSize = Size( aSz.Width, aSz.Height ); in PasteObject()
343 if( aSize.Height() == 0 || aSize.Width() == 0 ) in PasteObject()
346 aSize.Width() = 5000; in PasteObject()
349 aSz.Width = aSize.Width(); in PasteObject()
358 aInsPos.X() -= aSize.Width(); in PasteObject()
443 aPos.X() -= aSize.Width(); in PasteGraphic()