Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx53 { offsetof(RECT, left), offsetof(RECT, top), 0, 0, 0, 0, 1, 3 },
56 { offsetof(RECT, left), offsetof(RECT, bottom), 0, 0, 0, -1, 2, 0 },
59 { offsetof(RECT, left), offsetof(RECT, top), 1, 0, 0, 0, 4, 6 },
61 { offsetof(RECT, left), offsetof(RECT, bottom), 1, 0, 0, -1, 6, 4 },
62 { offsetof(RECT, left), offsetof(RECT, top), 0, 1, 0, 0, 5, 7 }
78 { offsetof(RECT, left), -1 },
132 lpRectLast->left, in DrawDragRect()
139 SetRectRgn(rgnInside,rect.left,rect.top,rect.right,rect.bottom); in DrawDragRect()
155 PatBlt(hDC,rect.left,rect.top,(rect.right-rect.left),(rect.bottom-rect.top),PATINVERT); in DrawDragRect()
166 PatBlt(hDC,rect.left, rect.top,(rect.right-rect.left),(rect.bottom-rect.top), PATINVERT); in DrawDragRect()
[all …]
H A Ddocholder.cxx209 lpRect->left += m_aBorder.left; in OnPosRectChanged()
333 rcPos.right-rcPos.left, in InPlaceActivate()
1176 aRect[0] = pRect->left;
1204 pRect->left = aRect[0];
1231 pRect->left = aRect[0]; in GetDocumentBorder()
1324 wi.right - wi.left, in SetContRects()
1331 aRect->right - aRect->left, in SetContRects()
1344 ((LPRECT)aRect)->left -= m_aBorder.left; in SetObjectRects()
1348 ((LPRECT)aClip)->left -= m_aBorder.left; in SetObjectRects()
1360 aRect->right - aRect->left, in SetObjectRects()
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dexpression.py33 if type(node.left) == type(0):
34 chars += "%d"%node.left
36 chars += toString(node.left)
51 self.left = None
71 if self.ptr.left == None:
78 self.ptr.parent.left = self.ptr
83 if self.ptr.left == None:
91 self.ptr.right.left = num
96 if self.ptr.left == None:
97 self.ptr.left = Node()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1170 SwSbxValue left( Prim() ); in Term() local
1171 nLastLeft = left; in Term()
1185 left.PutBool( left.GetBool() && bB ); in Term()
1191 left.PutBool( left.GetBool() || bB ); in Term()
1197 sal_Bool bL = left.GetBool(); in Term()
1198 left.PutBool( (bL && !bR) || (!bL && bR) ); in Term()
1216 left = left.GetDouble() < e.GetDouble() in Term()
1217 ? left : e; in Term()
1224 left = left.GetDouble() > e.GetDouble() in Term()
1225 ? left : e; in Term()
[all …]
/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx65 template<> bool LazyDeletor<Window>::is_less( Window* left, Window* right ) in is_less() argument
67 return (left != right && right->IsChild( left, sal_True )) ? true : false; in is_less()
71 template<> bool LazyDeletor<Menu>::is_less( Menu* left, Menu* right ) in is_less() argument
73 while( left && left != right ) in is_less()
74 left = left->ImplGetStartedFrom(); in is_less()
75 return left != NULL; in is_less()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx196 long nLeftDeco = abs( aRect.left - aRect2.left ); in ImplSaveFrameState()
200 pFrame->maState.mnX = aRect.left + nLeftDeco; in ImplSaveFrameState()
202 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState()
216 long nLeftDeco = abs( aRect.left - aRect2.left ); in ImplSaveFrameState()
222 pFrame->maState.mnX = aRect.left+nLeftDeco; in ImplSaveFrameState()
224 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState()
286 pRect->left = pRect->top = 0; in ImplSalGetWorkArea()
315 pRect->left = GetSystemMetrics( SM_XVIRTUALSCREEN ); in ImplSalGetWorkArea()
317 pRect->right = pRect->left + GetSystemMetrics( SM_CXVIRTUALSCREEN ); in ImplSalGetWorkArea()
327 scrRect.left = 0; in ImplSalGetWorkArea()
[all …]
/trunk/main/svx/source/items/
H A Dgrfitem.cxx87 sal_Int32 top, left, right, bottom; in Create() local
88 rStrm >> top >> left >> right >> bottom; in Create()
91 top = -top, bottom = -bottom, left = -left, right = -right; in Create()
94 pNew->SetLeft( left ); in Create()
104 sal_Int32 left = GetLeft(), right = GetRight(), in Store() local
107 top = -top, bottom = -bottom, left = -left, right = -right; in Store()
109 rStrm << top << left << right << bottom; in Store()
/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm101 my ($left,$operator,$right) = @_;
107 if ($left =~ /^$right$/)
116 elsif (eval($left.$operator.$right))
157 my ($left,$operator,$right) = ($1,$2,$3);
166 if ($left =~ /^[A-Z_0-9]+$/)
169 my $left_value = $ENV{$left};
175 elsif ($left eq "language")
202 elsif ($left eq "platform")
216 die "can not handle left hand side $left on line $LineNo";
/trunk/main/starmath/source/
H A Dcommands.src154 String RID_SLRPARENTX { Text = "left ( <?> right ) " ; };
155 String RID_SLRBRACKETX { Text = "left [ <?> right ] " ; };
156 String RID_SLRDBRACKETX { Text = "left ldbracket <?> right rdbracket " ; };
157 String RID_SLRBRACEX { Text = "left lbrace <?> right rbrace " ; };
158 String RID_SLRANGLEX { Text = "left langle <?> right rangle " ; };
159 String RID_SLRCEILX { Text = "left lceil <?> right rceil " ; };
160 String RID_SLRFLOORX { Text = "left lfloor <?> right rfloor " ; };
161 String RID_SLRLINEX { Text = "left lline <?> right rline " ; };
162 String RID_SLRDLINEX { Text = "left ldline <?> right rdline " ; };
163 String RID_SLMRANGLEXY { Text = "left langle <?> mline <?> right rangle " ; };
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl115 "left-arrow",
118 "left-right-arrow",
126 "left-arrow-callout",
130 "left-right-arrow-callout",
134 "left-bracket",
136 "left-brace",
204 "fontwork-fade-up-and-left",
218 "fontwork-fade-left",
277 // gallery: fontwork-arch-left-curve
279 // gallery: fontwork-arch-left-pour
/trunk/main/offapi/com/sun/star/sheet/
H A DShape.idl52 <p> If the underlying table layout direction is left to right
53 the position is the difference of the left top edge of the anchor
54 object and the left top edge of the drawing object.</p>
55 <p> If the underlying table layout direction is right to left
63 <p> If the underlying table layout direction is left to right
64 the position is the difference of the left top edge of the anchor
65 object and the left top edge of the drawing object.</p>
66 <p> If the underlying table layout direction is right to left
/trunk/main/offapi/com/sun/star/ucb/
H A DContentEvent.idl57 <tr align=left>
61 <tr align=left>
65 <tr align=left>
69 <tr align=left>
85 <tr align=left>
89 <tr align=left>
93 <tr align=left>
97 <tr align=left>
H A DListAction.idl64 <tr align=left> <th>ListActionType</th>
69 <tr align=left> <td>WELCOME</td>
74 <tr align=left> <td>CLEARED</td>
79 <tr align=left> <td>INSERTED</td>
84 <tr align=left> <td>REMOVED</td>
89 <tr align=left> <td>MOVED</td>
94 <tr align=left> <td>PROPERTIES_CHANGED</td>
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx363 rc.left = aRect.nLeft; in ImplGetThemeRect()
429 pRect->left = rRect.Left(); in ImplConvertSpinbuttonValues()
539 ( (nPart == PART_THUMB_HORZ) && (rc.right-rc.left > 12) ) ) in ImplDrawNativeControl()
825 rc.left-=2; in ImplDrawNativeControl()
916 nProgressWidth *= (aProgressRect.right - aProgressRect.left); in ImplDrawNativeControl()
917 nProgressWidth /= (rc.right - rc.left); in ImplDrawNativeControl()
919 aProgressRect.left = aProgressRect.right - nProgressWidth; in ImplDrawNativeControl()
921 aProgressRect.right = aProgressRect.left + nProgressWidth; in ImplDrawNativeControl()
942 aTRect.left += (rc.right - rc.left - nW)/2; in ImplDrawNativeControl()
943 aTRect.right = aTRect.left + nW; in ImplDrawNativeControl()
[all …]
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx498 …XRectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() … in drawNativeControl()
569 … gc, 0, 0, widgetRect.width(), widgetRect.height(), widgetRect.left(), widgetRect.top()); in drawNativeControl()
702 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
724 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
733 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
741 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
785 contentRect = QRect(boundingRect.left(), boundingRect.top(), w, h); in getNativeControlRegion()
802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion()
808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion()
838 if ( qRect.left() > kapp->style()->subControlRect( in getNativeControlRegion()
[all …]
/trunk/main/oox/source/dump/
H A Doledumper.ini214 shortlist=COMCTL-SCROLLBAR-ARROWS,0,both,left-up,right-down
231 shortlist=COMCTL-SLIDER-TICKSTYLE,0,bottom-right,top-left,both,no-ticks
239 0x00000001=!align-left!align-right
287 shortlist=COMCTL-TABSTRIP-PLACEMENT,0,top,bottom,left,right
341 shortlist=COMCTL-STATUSBAR-ALIGN,0,left,center,right
379 0x00002000=caption-left
415 shortlist=AX-POS,0,top-left,top,top-right,left,center,right,bottom-left,bottom,bottom-right
416 shortlist=AX-IMAGEALIGN,0,top-left,top-right,center,bottom-left,bottom-right
444 shortlist=AX-CFONTNEW-ALIGNMENT,1,left,right,center
654 shortlist=AX-TABSTRIP-ORIENTATION,0,top,bottom,left,right
[all …]
H A Ddffdumper.ini148 0x0000=transf-left,transf-top,transf-right,transf-bottom,transf-rotation,transf-page
153 …0x0080=text-id,text-left,text-top,text-right,text-bottom,text-wrap-mode,text-scale,text-anchor-mode
160 …0x0100=blip-crop-top,blip-crop-bottom,blip-crop-left,blip-crop-right,blip-id,blip-name,blip-opt,bl…
166 …0x0140=geo-left,geo-top,geo-right,geo-bottom,geo-shape-path,geo-vertices,geo-segment-info,geo-adju…
173 …0x0188=fill-blip-opt,fill-width,fill-height,fill-angle,fill-focus,fill-to-left,fill-to-top,fill-to…
174 …0x0190=fill-to-bottom,fill-rect-left,fill-rect-top,fill-rect-right,fill-rect-bottom,fill-dz-type,f…
213 …0x0380=group-name,group-description,group-hyperlink,group-wrap-polygon-vertices,group-wrap-left,gr…
216 …0x0398=group-script-lang,,group-script-lang-attr,group-border-top-color,group-border-left-color,gr…
221 …0x03C0=reltransf-left,reltransf-top,reltransf-right,reltransf-bottom,reltransf-rotation,reltransf-…
231 # 0x0540-0x057F: left line style
[all …]
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXConversionDictionary.idl66 for all entries where the left text or the right text matches
70 <p>Restrictions to what has to be the left and right text are usually
140 either the left text or the right text to look for.
171 the left text of the pair to be added.
194 the left text of the pair to be removed.
208 /** returns the maximum number of characters used as left or right text
212 specifies if the left text or the right text of entries will
223 a list of all left or right parts of the dictionaries entries.
225 specifies if all left or all right parts of the entries
/trunk/main/offapi/com/sun/star/style/
H A DPageProperties.idl104 /** determines the left margin of the page.
120 /** determines the style of the left border line of the page.
136 /** determines the left border distance of the page.
225 /** contains the left margin of the header.
240 /** determines the style of the left border line of the header.
257 /** determines the left border distance of the header.
281 /** determines if the header content on left and right pages is the same.
302 /** contains the interface to the text of the header of left pages.
331 /** determines the left margin of the footer.
343 /** contains the style of the left border line of the footer.
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DTextDirection.idl36 /// Reference point is left, main direction is from left to right
38 /// Reference point is left, main direction is from left to right
41 /// Reference point is right, main direction is from right to left
43 /// Reference point is right, main direction is from right to left
/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx720 int w = rcFileNameBox.right - rcFileNameBox.left; in EnlargeStdControlLabels()
723 int gap = rcOkButton.left - rcFileNameBox.right; in EnlargeStdControlLabels()
727 …MoveWindow(hFileNameBox, rcFileNameBox.left + gap + OFFSET, rcFileNameBox.top, w - OFFSET, h, true… in EnlargeStdControlLabels()
731 w = rcFilterBox.right - rcFilterBox.left; in EnlargeStdControlLabels()
734 MoveWindow(hFilterBox, rcFilterBox.left + gap + OFFSET, rcFilterBox.top, w - OFFSET, h, true); in EnlargeStdControlLabels()
741 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()
743 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()
746 MoveWindow(hFilterBoxLabel, rcFilterBoxLabel.left, rcFilterBoxLabel.top, w, h, true); in EnlargeStdControlLabels()
750 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()
753 MoveWindow(hFileNameBoxLabel, rcFileNameBoxLabel.left, rcFileNameBoxLabel.top, w, h, true); in EnlargeStdControlLabels()
/trunk/main/offapi/com/sun/star/geometry/
H A DAffineMatrix3D.idl55 additional transformation from the left.<p>
70 /// The top, left matrix entry.
73 /// The top, left middle matrix entry.
82 /// The middle, left matrix entry.
85 /// The middle, middle left matrix entry.
94 /// The bottom, left matrix entry.
97 /// The bottom, middle left matrix entry.
/trunk/main/writerfilter/source/doctok/
H A DWW8BinTableImpl.cxx52 sal_uInt32 left = 0; in getPageNumber() local
55 while (right - left > 1) in getPageNumber()
57 sal_uInt32 middle = (right + left) / 2; in getPageNumber()
64 left = middle; in getPageNumber()
68 nResult = getPageNumber(left); in getPageNumber()
/trunk/main/sc/source/ui/vba/
H A Dvbapane.cxx126 sal_Int32 left = 0; in SmallScroll() local
127 if( ToLeft >>= left ) in SmallScroll()
128 rightCols -= left; in SmallScroll()
181 sal_Int32 left = 0; in LargeScroll() local
182 if( ToLeft >>= left ) in LargeScroll()
183 acrossPages -= left; in LargeScroll()
/trunk/main/binaryurp/source/
H A Dlessoperators.cxx77 bool operator <(ByteSequence const & left, ByteSequence const & right) { in operator <() argument
78 const sal_Int32 nLen = std::min( left.getLength(), right.getLength()); in operator <()
81 if (left[i] < right[i]) { in operator <()
84 if (right[i] < left[i]) { in operator <()
88 return left.getLength() < right.getLength(); in operator <()

12345678910>>...40