Home
last modified time | relevance | path

Searched refs:aFromRect (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm141 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
142 aImgRect.origin.y = floor((aFrame.size.height - aFromRect.size.height)/2);
143 aImgRect.size = aFromRect.size;
145 …[rButtons[i].mpNSImage drawInRect: aImgRect fromRect: aFromRect operation: NSCompositeSourceOver f…
146 aImgRect.origin.x += aFromRect.size.width + 2;
164 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
165 aImgRect.origin.y = (aFrame.size.height - aFromRect.size.height)/2;
166 aImgRect.size = aFromRect.size;
178 aImgRect.origin.x += aFromRect.size.width + 2;
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx499 Rectangle aFromRect( GetFieldRect( nColumnId) ); in SetColumnPos() local
500 aFromRect.Right() += 2*MIN_COLUMNWIDTH; in SetColumnPos()
519 long nScroll = -aFromRect.GetWidth(); in SetColumnPos()

Completed in 29 milliseconds