| /trunk/main/writerfilter/source/dmapper/ |
| H A D | DomainMapperTableManager.cxx | 123 m_nTableWidthOfCurrentTable.top() = pMeasureHandler->getMeasureValue(); in sprm() 124 if( m_nTableWidthOfCurrentTable.top() > 0 ) in sprm() 125 … pPropMap->setValue( TablePropertyMap::TABLE_WIDTH, m_nTableWidthOfCurrentTable.top() ); in sprm() 140 if( nIntValue > 0 && m_nCurrentHeaderRepeatCount.top() >= 0 ) in sprm() 142 ++(m_nCurrentHeaderRepeatCount.top()); in sprm() 144 …pPropMap->Insert( PROP_HEADER_ROW_COUNT, false, uno::makeAny( m_nCurrentHeaderRepeatCount.top() )); in sprm() 148 m_nCurrentHeaderRepeatCount.top() = -1; in sprm() 163 if( m_nTableWidthOfCurrentTable.top() == 0 ) in sprm() 165 m_nTableWidthOfCurrentTable.top() = pTDefTableHandler->getTableWidth(); in sprm() 166 if( m_nTableWidthOfCurrentTable.top() > 0 ) in sprm() [all …]
|
| /trunk/main/embedserv/source/embed/ |
| H A D | tracker.cxx | 53 { offsetof(RECT, left), offsetof(RECT, top), 0, 0, 0, 0, 1, 3 }, 54 { offsetof(RECT, right), offsetof(RECT, top), 0, 0, -1, 0, 0, 2 }, 59 { offsetof(RECT, left), offsetof(RECT, top), 1, 0, 0, 0, 4, 6 }, 60 { offsetof(RECT, right), offsetof(RECT, top), 0, 1, -1, 0, 7, 5 }, 62 { offsetof(RECT, left), offsetof(RECT, top), 0, 1, 0, 0, 5, 7 } 79 { offsetof(RECT, top), -1 }, 133 lpRectLast->top, 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 …]
|
| /trunk/main/offapi/com/sun/star/sdb/ |
| H A D | OfficeDatabaseDocument.idl | 116 <tr><td valign="top"><em>OnCreate</em></td> 121 <tr><td valign="top"><em>OnLoadFinished</em></td> 126 <tr><td valign="top"><em>OnNew</em></td> 130 <tr><td valign="top"><em>OnLoad</em></td> 134 <tr><td valign="top"><em>OnSave</em></td> 138 <tr><td valign="top"><em>OnSaveDone</em></td> 142 <tr><td valign="top"><em>OnSaveFailed</em></td> 146 <tr><td valign="top"><em>OnSaveAs</em></td> 150 <tr><td valign="top"><em>OnSaveAsDone</em></td> 154 <tr><td valign="top"><em>OnSaveAsFailed</em></td> [all …]
|
| /trunk/main/odk/docs/cpp/ref/ |
| H A D | cpp.css | 31 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; } 32 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; } 33 #adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; } 34 #adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } 35 #adc-cppref dl { margin-top:1pt; margin-bottom:1pt; } 36 #adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt; 38 #adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } 39 #adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } 40 #adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; } 41 #adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; } [all …]
|
| /trunk/main/configmgr/source/ |
| H A D | xcsparser.cxx | 200 switch (elements_.top().node->kind()) { in startElement() 206 handlePropValue(reader, elements_.top().node); in startElement() 242 dynamic_cast< SetNode * >(elements_.top().node.get())); in startElement() 272 Element top(elements_.top()); in endElement() local 274 if (top.node.is()) { in endElement() 279 NodeMap::iterator i(data_.templates.find(top.name)); in endElement() 282 NodeMap::value_type(top.name, top.node)); in endElement() 284 merge(i->second, top.node); in endElement() 290 NodeMap::iterator i(data_.components.find(top.name)); in endElement() 293 NodeMap::value_type(top.name, top.node)); in endElement() [all …]
|
| H A D | xcuparser.cxx | 107 } else if (state_.top().ignore) { in startElement() 109 } else if (!state_.top().node.is()) { in startElement() 124 switch (state_.top().node->kind()) { in startElement() 131 dynamic_cast< PropertyNode * >(state_.top().node.get())); in startElement() 150 state_.top().node.get())); in startElement() 175 dynamic_cast< GroupNode * >(state_.top().node.get())); in startElement() 179 handleGroupNode(reader, state_.top().node); in startElement() 196 reader, dynamic_cast< SetNode * >(state_.top().node.get())); in startElement() 225 bool pop = state_.top().pop; in endElement() 228 if (state_.top().insert) { in endElement() [all …]
|
| /trunk/main/sax/source/fastparser/ |
| H A D | fastparser.cxx | 227 …ity.maContextStack.push( SaxContextImplPtr( new SaxContextImpl( rEntity.maContextStack.top() ) ) ); in pushContext() 249 sal_uInt32 nOffset = rEntity.maContextStack.top()->mnNamespaceCount++; in DefineNamespace() 285 sal_uInt32 nNamespace = rEntity.maContextStack.top()->mnNamespaceCount; in GetTokenWithPrefix() 313 sal_uInt32 nNamespace = rEntity.maContextStack.top()->mnNamespaceCount; in GetTokenWithPrefix() 356 sal_uInt32 nNamespace = rEntity.maContextStack.top()->mnNamespaceCount; in GetNamespaceURL() 370 sal_uInt32 nNamespace = rEntity.maContextStack.top()->mnNamespaceCount; in GetNamespaceURL() 705 xParentContext = rEntity.maContextStack.top()->mxContext; in callbackStartElement() 757 …rEntity.maContextStack.top()->maNamespace = OUString( awAttributes[i+1], strlen( awAttributes[i+1]… in callbackStartElement() 793 else if( rEntity.maContextStack.top()->maNamespace.getLength() > 0 ) in callbackStartElement() 794 …nElementToken = GetTokenWithNamespaceURL( rEntity.maContextStack.top()->maNamespace, pName, nNameL… in callbackStartElement() [all …]
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 195 long nTopDeco = abs( aRect.top - aRect2.top ); in ImplSaveFrameState() 201 pFrame->maState.mnY = aRect.top + nTopDeco; in ImplSaveFrameState() 203 pFrame->maState.mnHeight = aRect.bottom - aRect.top - nTopDeco - nBottomDeco; in ImplSaveFrameState() 215 long nTopDeco = abs( aRect.top - aRect2.top ); in ImplSaveFrameState() 223 pFrame->maState.mnY = aRect.top+nTopDeco; in ImplSaveFrameState() 225 pFrame->maState.mnHeight = aRect.bottom-aRect.top-nTopDeco-nBottomDeco; in ImplSaveFrameState() 286 pRect->left = pRect->top = 0; in ImplSalGetWorkArea() 316 pRect->top = GetSystemMetrics( SM_YVIRTUALSCREEN ); in ImplSalGetWorkArea() 318 pRect->bottom = pRect->top + GetSystemMetrics( SM_CYVIRTUALSCREEN ); in ImplSalGetWorkArea() 328 scrRect.top = 0; in ImplSalGetWorkArea() [all …]
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XExtendedToolkit.idl | 64 <p>The first event broadcaster lets you keep track of the open top-level 65 windows (frames). To get the set of currently open top-level window use 87 /** This function returns the number of currently existing top-level 90 Returns the number of top-level windows. This includes all 91 top-level windows, regardless of whether they are iconized, 98 /** Return a reference to the specified top-level window. Note that the 99 number of top-level windows may change between a call to 104 including the number of top-level windows as returned by 107 The returned value is a valid reference to a top-level window. 116 /** Return the currently active top-level window, i.e. which has [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() 96 pNew->SetTop( top ); in Create() 105 top = GetTop(), bottom = GetBottom(); in Store() local 107 top = -top, bottom = -bottom, left = -left, right = -right; in Store() 109 rStrm << top << left << right << bottom; in Store()
|
| /trunk/main/i18nutil/source/utility/ |
| H A D | oneToOneMapping.cxx | 44 int top = mnSize - 1; in find() local 48 current = (top + bottom) / 2; in find() 50 top = current - 1; in find() 56 if( bottom > top ) in find() 130 int top = mnSize - 1; in find() local 134 current = (top + bottom) / 2; in find() 136 top = current - 1; in find() 147 if( bottom > top ) in find()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | fcode.cxx | 228 OOperand *pRight = rCodeStack.top(); in Exec() 230 OOperand *pLeft = rCodeStack.top(); in Exec() 249 OOperand* pOperand = rCodeStack.top(); in Exec() 288 OOperand* pOperand = rCodeStack.top(); in Exec() 409 OOperand *pRight = rCodeStack.top(); in Exec() 411 OOperand *pLeft = rCodeStack.top(); in Exec() 463 pOperand = rCodeStack.top(); in Exec() 485 OOperand *pRight = rCodeStack.top(); in Exec() 487 OOperand *pLeft = rCodeStack.top(); in Exec() 490 if ( !rCodeStack.empty() && IS_TYPE(OStopOperand,rCodeStack.top()) ) in Exec() [all …]
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | Shape.idl | 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> 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> 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> 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/offapi/com/sun/star/form/runtime/ |
| H A D | XFormController.idl | 127 <tr style="vertical-align: top;"> 132 <tr style="vertical-align: top;"> 139 <tr style="vertical-align: top;"> 150 <tr style="vertical-align: top;"> 155 <tr style="vertical-align: top;"> 160 <tr style="vertical-align: top;"> 165 <tr style="vertical-align: top;"> 170 <tr style="vertical-align: top;"> 175 <tr style="vertical-align: top;"> 181 <tr style="vertical-align: top;"> [all …]
|
| /trunk/main/filter/source/xsltdialog/ |
| H A D | typedetectionimport.cxx | 258 else if( maStack.top() == e_Root ) in startElement() 274 else if( (maStack.top() == e_Filters) || (maStack.top() == e_Types) ) in startElement() 280 eNewState = (maStack.top() == e_Filters) ? e_Filter : e_Type; in startElement() 283 else if( (maStack.top() == e_Filter) || (maStack.top() == e_Type)) in startElement() 291 else if( maStack.top() == e_Property ) in startElement() 307 ImportState eCurrentState = maStack.top(); in endElement() 341 if( !maStack.empty() && maStack.top() == e_Value ) in characters()
|
| /trunk/main/writerfilter/inc/resourcemodel/ |
| H A D | TableManager.hxx | 236 mTableProps.top().reset(); in resetTableProps() 242 mTableProps.top() = pProps; in setTableProps() 250 pResult = mTableProps.top(); in getTableProps() 706 pTableData = mTableDataStack.top(); in startLevel() 741 pTableData = mTableDataStack.top(); in endLevel() 787 typename TableData< T, PropertiesPointer >::Pointer_t pTableData = mTableDataStack.top(); in endParagraphGroup() 918 mTableDataStack.top()->insertCellProperties(i, pProps); in cellPropsByCell() 975 pTableData = mTableDataStack.top(); in resolveCurrentTable() 1040 pTableData = mTableDataStack.top(); in openCell() 1059 pTableData = mTableDataStack.top(); in closeCell() [all …]
|
| /trunk/main/helpcontent2/source/auxiliary/he/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/sv/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/ss/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/dgo/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/tr/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/br/ |
| H A D | default.css | 37 … Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/zu/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/ta/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|
| /trunk/main/helpcontent2/source/auxiliary/kab/ |
| H A D | default.css | 37 …ier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom… 43 { font-weight: bold; margin-top: 20pt; border-top: 1px solid black; } 49 { font-weight: bold; margin-top: 0px; } 58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; } 76 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 88 { vertical-align: top; border: 1px; }
|