/aoo42x/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() 100 elif self.ptr.right == None: 101 self.ptr.right = Node() [all …]
|
/aoo42x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 76 { offsetof(RECT, right), +1 }, 134 lpRectLast->right, in DrawDragRect() 183 pt.x = rect->right;pt.y = rect->bottom; in TransformRect() 186 rect->right = pt.x; rect->bottom = pt.y; in TransformRect() 192 if(rp->left > rp->right) { in NormalizeRect() 194 rp->left = rp->right; in NormalizeRect() 195 rp->right = tmp; in NormalizeRect() 628 PatBlt(hDC,rect.right, rect.top, rectTrue.right-rect.right, in Draw() 676 int nWidth = rectT.right - rectT.left; in GetHandleRect() 686 rect.right = rect.left + size; in GetHandleRect() [all …]
|
H A D | docholder.cxx | 210 lpRect->right -= m_aBorder.right; in OnPosRectChanged() 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() 1409 wi.right-wi.left, in getContainerWindow() [all …]
|
/aoo42x/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", 135 "right-bracket", 137 "right-brace", 142 "striped-right-arrow", 143 "notched-right-arrow", 217 "fontwork-fade-right", [all …]
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/main/starmath/source/ |
H A D | commands.src | 156 String RID_SLRPARENTX { Text = "left ( <?> right ) " ; }; 1177 Text = "left ( x right )" ; 1183 Text = "left [ x right ]" ; 1189 Text = "left ldbracket x right rdbracket " ; 1195 Text = "left { x right }" ; 1201 Text = "left langle x right rangle" ; 1207 Text = "left langle x mline y right rangle" ; 1213 Text = "left lceil x right rceil" ; 1219 Text = "left lfloor x right rfloor" ; 1225 Text = "left lline x right rline" ; [all …]
|
/aoo42x/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>
|
/aoo42x/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()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 202 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() 222 long nRightDeco = abs( aRect.right - aRect2.right ); in ImplSaveFrameState() 338 pRect->right -= scrRect.right - wRect.right; in ImplSalGetWorkArea() 581 pFrame->mnWidth = aRect.right; in ImplSalCreateFrame() 832 aWinRect.right = width-1; in ImplSalAddBorder() 1581 aRect.right = pt.x+2; in SetPosSize() 1874 long nRightDeco = abs( aWinRect.right - aRect2.right ); in SetWindowState() 3264 pBoundRect->right = nRight; in UnionClipRegion() 3285 pRect->right = (int)nRight; in UnionClipRegion() 4238 if( aInnerRect.right ) in UpdateFrameGeometry() [all …]
|
/aoo42x/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
|
/aoo42x/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 221 …0x03C0=reltransf-left,reltransf-top,reltransf-right,reltransf-bottom,reltransf-rotation,reltransf-… 245 # 0x05C0-0x05FF: right line style 352 # right line style 634 …0=not-primitive,rectangle,round-rectangle,ellipse,diamond,isoceles-triangle,right-triangle,paralle… 642 …n-arrow-callout,left-right-arrow-callout,up-down-arrow-callout,quad-arrow-callout,bevel,left-brack… [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 | 624 0x00000800=!right-border-used 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 1603 shortlist=OBJ-ARC-QUADRANT,0,upper-right,upper-left,lower-left,lower-right 1762 shortlist=PANE-ID,0,bottom-right,top-right,bottom-left,top-left 2215 0x0040=right-to-left 2235 shortlist=XF-TEXTDIRECTION,0,context,left-to-right,right-to-left [all …]
|
/aoo42x/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. 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. 363 /** contains the right border distance of the footer. [all …]
|
/aoo42x/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
|
/aoo42x/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() 811 rc.right--; in ImplDrawNativeControl() 829 rc.right+=2; in ImplDrawNativeControl() 831 rc.right+=1; in ImplDrawNativeControl() 917 nProgressWidth /= (rc.right - rc.left); in ImplDrawNativeControl() 942 aTRect.left += (rc.right - rc.left - nW)/2; in ImplDrawNativeControl() 943 aTRect.right = aTRect.left + nW; in ImplDrawNativeControl() 952 aThumbRect.right = pVal->maThumbRect.Right(); in ImplDrawNativeControl() 988 aGutterRC.right = aGutterRC.left+3; in ImplDrawNativeControl() [all …]
|
/aoo42x/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<… 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… 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/><… 143 …<tr><td align="right"><em>updateRow</em></td><td/><td align="center">X</td><td align="center">X</t… 145 …<tr><td align="right"><em>moveToInsertRow</em></td><td align="center">X</td><td/><td align="center… 146 …<tr><td align="right"><em>moveToCurrentRow</em></td><td align="center">X</td><td/><td/><td align="… [all …]
|
/aoo42x/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()
|
/aoo42x/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 <()
|
/aoo42x/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()
|
/aoo42x/main/helpcontent2/helpers/ |
H A D | uno-commands.csv | 56 .uno:ArrowShapes.corner-right-arrow 61 .uno:ArrowShapes.left-right-arrow 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 79 .uno:ArrowShapes.up-right-down-arrow 132 .uno:BasicShapes.right-triangle [all …]
|
/aoo42x/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.
|
/aoo42x/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()
|