| /AOO41X/main/embedserv/source/embed/ |
| H A D | tracker.cxx | 53 { 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 …]
|
| /AOO41X/main/toolkit/src2xml/source/ |
| H A D | expression.py | 33 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 …]
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 1170 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 …]
|
| /AOO41X/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() 74 left = left->ImplGetStartedFrom(); in is_less() 75 return left != NULL; in is_less()
|
| /AOO41X/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() 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()
|
| /AOO41X/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); 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";
|
| /AOO41X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 200 long nLeftDeco = abs( aRect.left - aRect2.left ); in ImplSaveFrameState() 204 pFrame->maState.mnX = aRect.left + nLeftDeco; in ImplSaveFrameState() 206 pFrame->maState.mnWidth = aRect.right - aRect.left - nLeftDeco - nRightDeco; in ImplSaveFrameState() 220 long nLeftDeco = abs( aRect.left - aRect2.left ); in ImplSaveFrameState() 226 pFrame->maState.mnX = aRect.left+nLeftDeco; in ImplSaveFrameState() 228 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState() 290 pRect->left = pRect->top = 0; in ImplSalGetWorkArea() 319 pRect->left = GetSystemMetrics( SM_XVIRTUALSCREEN ); in ImplSalGetWorkArea() 321 pRect->right = pRect->left + GetSystemMetrics( SM_CXVIRTUALSCREEN ); in ImplSalGetWorkArea() 331 scrRect.left = 0; in ImplSalGetWorkArea() [all …]
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | XEnhancedCustomShapeDefaulter.idl | 115 "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
|
| /AOO41X/main/starmath/source/ |
| H A D | commands.src | 160 String RID_SLRPARENTX { Text = "left ( <?> right ) " ; }; 161 String RID_SLRBRACKETX { Text = "left [ <?> right ] " ; }; 162 String RID_SLRDBRACKETX { Text = "left ldbracket <?> right rdbracket " ; }; 163 String RID_SLRBRACEX { Text = "left lbrace <?> right rbrace " ; }; 164 String RID_SLRANGLEX { Text = "left langle <?> right rangle " ; }; 165 String RID_SLRCEILX { Text = "left lceil <?> right rceil " ; }; 166 String RID_SLRFLOORX { Text = "left lfloor <?> right rfloor " ; }; 167 String RID_SLRLINEX { Text = "left lline <?> right rline " ; }; 168 String RID_SLRDLINEX { Text = "left ldline <?> right rdline " ; }; 169 String RID_SLMRANGLEXY { Text = "left langle <?> mline <?> right rangle " ; }; [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | Shape.idl | 52 <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
|
| H A D | AccessiblePageHeaderFooterAreasView.idl | 76 <li>The first is the left area, than the centre area and the last 94 So it is left out of the list.</li> 99 a document and so it is left out of the list.</li> 103 possible. So it is left out of the list.</li> 109 not the page preview itself. So it is left out of the 114 is left out of the list.</li> 118 is left out of the list.</li>
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | ContentEvent.idl | 57 <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 D | ListAction.idl | 64 <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>
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 363 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 …]
|
| /AOO41X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 498 …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 …]
|
| /AOO41X/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. 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
|
| /AOO41X/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
|
| /AOO41X/main/oox/source/dump/ |
| 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 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 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 …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 …]
|
| /AOO41X/main/offapi/com/sun/star/style/ |
| H A D | PageProperties.idl | 104 /** determins the left margin of the page. 120 /** determines the style of the left border line of the page. 136 /** determins 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 …]
|
| /AOO41X/main/offapi/com/sun/star/geometry/ |
| H A D | AffineMatrix3D.idl | 55 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.
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | WW8BinTableImpl.cxx | 52 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()
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | WinFileOpenImpl.cxx | 720 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()
|
| /AOO41X/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 <()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbapane.cxx | 126 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()
|