| /trunk/main/toolkit/src2xml/source/ |
| H A D | expression.py | 40 if type(node.right) == type(0): 41 chars += "%d"%node.right 43 chars += toString(node.right) 52 self.right = None 73 if self.ptr.right == None: 85 elif self.ptr.right == None: 88 num = self.ptr.right 89 self.ptr.right = Node() 90 self.ptr.right.parent = self.ptr 91 self.ptr.right.left = num [all …]
|
| /trunk/main/embedserv/source/embed/ |
| H A D | tracker.cxx | 54 { offsetof(RECT, right), offsetof(RECT, top), 0, 0, -1, 0, 0, 2 }, 55 { offsetof(RECT, right), offsetof(RECT, bottom), 0, 0, -1, -1, 3, 1 }, 60 { offsetof(RECT, right), offsetof(RECT, top), 0, 1, -1, 0, 7, 5 }, 76 { offsetof(RECT, right), +1 }, 134 lpRectLast->right, 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() 183 pt.x = rect->right;pt.y = rect->bottom; in TransformRect() 186 rect->right = pt.x; rect->bottom = pt.y; in TransformRect() [all …]
|
| H A D | docholder.cxx | 210 lpRect->right -= m_aBorder.right; in OnPosRectChanged() 333 rcPos.right-rcPos.left, in InPlaceActivate() 1178 aRect[2] = pRect->right; 1206 pRect->right = aRect[2]; 1233 pRect->right = aRect[2]; in GetDocumentBorder() 1324 wi.right - wi.left, in SetContRects() 1331 aRect->right - aRect->left, in SetContRects() 1345 ((LPRECT)aRect)->right += m_aBorder.right; in SetObjectRects() 1349 ((LPRECT)aClip)->right += m_aBorder.right; in SetObjectRects() 1360 aRect->right - aRect->left, in SetObjectRects() [all …]
|
| /trunk/main/offapi/com/sun/star/drawing/ |
| H A D | XEnhancedCustomShapeDefaulter.idl | 55 "right-triangle", 62 "right-arrow", 64 "pentagon-right", 118 "left-right-arrow", 127 "right-arrow-callout", 130 "left-right-arrow-callout", 135 "right-bracket", 137 "right-brace", 142 "striped-right-arrow", 143 "notched-right-arrow", [all …]
|
| /trunk/main/solenv/bin/modules/ |
| H A D | ExtensionsLst.pm | 101 my ($left,$operator,$right) = @_; 107 if ($left =~ /^$right$/) 116 elsif (eval($left.$operator.$right)) 157 my ($left,$operator,$right) = ($1,$2,$3); 164 die "no right side in condition on line $LineNo ($term)" if ! defined $right; 173 $result = EvaluateOperator($left_value, $operator, $right); 177 if ($right eq "all") 188 $right =~ s/_/-/g; 191 $result = EvaluateOperator($language, $operator, $right) ? 1 : 0; 204 if ($right eq "all") [all …]
|
| /trunk/main/svx/source/items/ |
| H A D | grfitem.cxx | 87 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() 95 pNew->SetRight( right ); 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/starmath/source/ |
| H A D | commands.src | 154 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/sheet/ |
| H A D | Shape.idl | 52 <p> If the underlying table layout direction is left to right 55 <p> If the underlying table layout direction is right to left 56 the position is the difference of the right top edge of the anchor 57 object and the right top edge of the drawing object.</p> 63 <p> If the underlying table layout direction is left to right 66 <p> If the underlying table layout direction is right to left 67 the position is the difference of the right top edge of the anchor 68 object and the right top edge of the drawing object.</p>
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | helppopupwindow.cxx | 223 lprect->right += in calcWindowRect() 251 rect.right, in adjustWindowSize() 255 *cx_new = rect.right; in adjustWindowSize() 337 rc.right - SHADOW_WIDTH, in onPaint() 357 rc.right - SHADOW_WIDTH - OUTER_FRAME_WIDTH, in onPaint() 370 … rect.right = rc.right - SHADOW_WIDTH - OUTER_FRAME_WIDTH - INNER_FRAME_WIDTH - m_hMargins; in onPaint() 410 rc.right - SHADOW_OFFSET - SHADOW_WIDTH, in onPaint() 417 rc.right - SHADOW_WIDTH, in onPaint()
|
| H A D | previewadapter.cxx | 234 m_RightMargin = rcFileDlg.right - rcFlb.right; in calcRightMargin() 288 rcFileDlg.right -= m_RightMargin; in rearrangeLayout() 294 int width = rcFileDlg.right - rcFlbNew.left; in rearrangeLayout() 329 POINT pt = { rcFlbNew.right, rcFlbNew.top }; in rearrangeLayout() 343 cx = rcFileDlg.right - rcFlbNew.left; in rearrangeLayout() 481 if (rcStc1.left >= rcCmb2.right) in notifyParentWindowPosChanged() 490 m_ToolbarWidth = rcStc1.right - rcStc1.left; in notifyParentWindowPosChanged()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 198 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() 202 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState() 218 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() 224 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState() 287 pRect->right = GetSystemMetrics( SM_CXSCREEN ); in ImplSalGetWorkArea() 317 pRect->right = pRect->left + GetSystemMetrics( SM_CXVIRTUALSCREEN ); in ImplSalGetWorkArea() 329 scrRect.right = GetSystemMetrics( SM_CXSCREEN ); in ImplSalGetWorkArea() 334 pRect->right -= scrRect.right - wRect.right; in ImplSalGetWorkArea() 345 pRect->right = GetSystemMetrics( SM_CXSCREEN ); in ImplSalGetWorkArea() 577 pFrame->mnWidth = aRect.right; in ImplSalCreateFrame() [all …]
|
| /trunk/main/offapi/com/sun/star/linguistic2/ |
| H A D | XConversionDictionary.idl | 66 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. 174 the right text of the pair to be added. 197 the right 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/oox/source/dump/ |
| H A D | dffdumper.ini | 148 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 …8=fill-blip-opt,fill-width,fill-height,fill-angle,fill-focus,fill-to-left,fill-to-top,fill-to-right 174 …0x0190=fill-to-bottom,fill-rect-left,fill-rect-top,fill-rect-right,fill-rect-bottom,fill-dz-type,f… 213 …rlink,group-wrap-polygon-vertices,group-wrap-left,group-wrap-top,group-wrap-right,group-wrap-bottom 216 …-top-color,group-border-left-color,group-border-bottom-color,group-border-right-color,group-table-… 221 …0x03C0=reltransf-left,reltransf-top,reltransf-right,reltransf-bottom,reltransf-rotation,reltransf-… 245 # 0x05C0-0x05FF: right line style [all …]
|
| H A D | oledumper.ini | 214 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 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 866 …0,none,cover-up,cover-right-up,cover-right,cover-right-down,cover-down,cover-left-down,cover-left,…
|
| H A D | biffdumper.ini | 440 0x0027=double,dec,right-margin,CONV-INCH-TO-CM 624 0x00000800=!right-border-used 878 shortlist=CHFRCATEGORYPROPS-ALIGN,1,top-left,center,bottom-right 925 0x0050=right-angled-axes-off 985 shortlist=CHFRLAYOUT-LEGENDPOS,0,bottom,top-right,top,right,left 995 shortlist=CHFRLAYOUT-LEGENDPOS,0,bottom,top-right,top,right,left 1017 shortlist=CHLEGEND-DOCKPOS,0,bottom,top-right,top,right,left,,,manual 1075 0x0800=left-right 1163 shortlist=CHTEXT-HORALIGN,1,left,center,right,block,distribute 1201 shortlist=CHTEXT-PLACEMENT,0,context,outside,inside,center,axis,above,below,left,right,auto,manual [all …]
|
| /trunk/main/offapi/com/sun/star/style/ |
| H A D | PageProperties.idl | 108 /** determines the right margin of the page. 124 /** determines the style of the right border line of the page. 140 /** determines the right border distance of the page. 229 /** contains the right margin of the header. 244 /** determines the style of the right border line of the header. 261 /** determines the right border distance of the header. 281 /** determines if the header content on left and right pages is the same. 306 /** contains the interface to the text of the header of right pages. 335 /** determines the right margin of the footer. 347 /** contains the style of the right border line of the footer. [all …]
|
| /trunk/main/offapi/com/sun/star/rendering/ |
| H A D | TextDirection.idl | 36 /// 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/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 364 rc.right = aRect.nRight; in ImplGetThemeRect() 430 pRect->right = rRect.Right()+1; in ImplConvertSpinbuttonValues() 539 ( (nPart == PART_THUMB_HORZ) && (rc.right-rc.left > 12) ) ) in ImplDrawNativeControl() 811 rc.right--; in ImplDrawNativeControl() 829 rc.right+=2; in ImplDrawNativeControl() 831 rc.right+=1; 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() [all …]
|
| /trunk/main/offapi/com/sun/star/sdb/ |
| H A D | RowSet.idl | 129 …<tr><td align="right"><em>next</em></td><td align="center">X</td><td/><td align="center">X</td><td… 130 …<tr><td align="right"><em>beforeFirst</em></td><td align="center">X</td><td/><td align="center">X<… 131 …<tr><td align="right"><em>afterLast</em></td><td align="center">X</td><td/><td align="center">X</t… 132 …<tr><td align="right"><em>first</em></td><td align="center">X</td><td/><td align="center">X</td><t… 133 …<tr><td align="right"><em>last</em></td><td align="center">X</td><td/><td align="center">X</td><td… 134 …<tr><td align="right"><em>absolute</em></td><td align="center">X</td><td/><td align="center">X</td… 135 …<tr><td align="right"><em>relative</em></td><td align="center">X</td><td/><td align="center">X</td… 136 …<tr><td align="right"><em>previous</em></td><td align="center">X</td><td/><td align="center">X</td… 137 …<tr><td align="right"><em>refreshRow</em></td><td/><td/><td align="center">X</td><td/><td/><td/><t… 138 …<tr><td align="right"><em>cancelRowUpdates</em></td><td/><td/><td align="center">X</td><td/><td/><… [all …]
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbapane.cxx | 118 sal_Int32 right = 0; in SmallScroll() local 119 if( ToRight >>= right ) in SmallScroll() 120 rightCols += right; in SmallScroll() 173 sal_Int32 right = 0; in LargeScroll() local 174 if( ToRight >>= right ) in LargeScroll() 175 acrossPages += right; in LargeScroll()
|
| /trunk/main/binaryurp/source/ |
| H A D | lessoperators.cxx | 77 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 <()
|
| /trunk/main/vcl/source/helper/ |
| H A D | lazydelete.cxx | 65 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()
|
| /trunk/main/helpcontent2/helpers/ |
| H A D | uno-commands.csv | 56 .uno:ArrowShapes.corner-right-arrow 61 .uno:ArrowShapes.left-right-arrow 62 .uno:ArrowShapes.left-right-arrow-callout 63 .uno:ArrowShapes.notched-right-arrow 64 .uno:ArrowShapes.pentagon-right 67 .uno:ArrowShapes.right-arrow 68 .uno:ArrowShapes.right-arrow-callout 72 .uno:ArrowShapes.striped-right-arrow 77 .uno:ArrowShapes.up-right-arrow 78 .uno:ArrowShapes.up-right-arrow-callout [all …]
|
| /trunk/main/offapi/com/sun/star/geometry/ |
| H A D | AffineMatrix3D.idl | 76 /// The top, right middle matrix entry. 79 /// The top, right matrix entry. 88 /// The middle, middle right matrix entry. 91 /// The middle, right matrix entry. 100 /// The bottom, middle right matrix entry. 103 /// The bottom, right matrix entry.
|
| /trunk/main/vcl/source/glyphs/ |
| H A D | graphite_adaptors.cxx | 266 aBounding.right = aBounding.left = metric.GetOffset().X(); in getGlyphMetrics() 268 aBounding.right += metric.GetSize().Width(); in getGlyphMetrics() 293 aBounding.top = aBounding.bottom = aBounding.left = aBounding.right = 0; in getGlyphMetrics() 301 aBounding.top = aBounding.bottom = aBounding.left = aBounding.right = 0; in getGlyphMetrics() 317 aBounding.left = aBounding.right = fix26_6(gm.horiBearingX); in getGlyphMetrics() 318 aBounding.right += fix26_6(gm.width); in getGlyphMetrics()
|