/aoo4110/main/l10ntools/source/filter/merge/ |
H A D | Merger.java | 303 for (int tabs=0; tabs<nPrettyTabs; ++tabs) in getFragments() 353 for (int tabs=0; tabs<nPrettyTabs; ++tabs) in getFragments()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbcx/ |
H A D | _XTablesSupplier.java | 52 XNameAccess tabs = oObj.getTables() ; in _getTables() local 55 String[] tabNames = tabs.getElementNames() ; in _getTables() 65 (XServiceInfo.class, tabs.getByName(tabNames[0])) ; in _getTables() 72 tRes.tested("getTables()", tabs != null) ; in _getTables()
|
/aoo4110/main/xmerge/workben/ |
H A D | jstyle.pl | 129 $tabs = $opt_t; 358 if ($tabs && /^ / && !/^ \*[ \t\/]/ && !/^ \*$/ &&
|
/aoo4110/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | MigrationAnalyser.cls | 1318 Dim tabs As Integer 1330 tabs = 0 1333 tabs = tabs + 1 1338 If tabs = 1 Then
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1598 com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > tabs; in GetCurrentTabStop() local 1603 tabs = pTFrm->GetTabStopInfo(aCoreRect.Left()); in GetCurrentTabStop() 1606 if( tabs.hasElements() ) in GetCurrentTabStop() 1612 SwRect aTmpRect(0, 0, tabs[0].Position, 0); in GetCurrentTabStop() 1620 tabs[0].Position = aScreenRect.GetWidth(); in GetCurrentTabStop() 1623 return tabs; in GetCurrentTabStop() 2592 …com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > tabs = GetCurrentTabStop( nIndex… in _correctValues() local 2593 if( !tabs.hasElements() ) in _correctValues() 2595 tabs.realloc(1); in _correctValues() 2606 tabs[0] = ts; in _correctValues() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 609 void ScViewData::SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs ) in SetZoomType() argument 611 sal_Bool bAll = ( tabs.size() == 0 ); in SetZoomType() 614 CreateTabData( tabs ); in SetZoomType() 627 std::vector< SCTAB >::iterator it_end = tabs.end(); in SetZoomType() 628 std::vector< SCTAB >::iterator it = tabs.begin(); in SetZoomType() 653 void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vector< SCTAB >& tabs ) in SetZoom() argument 655 sal_Bool bAll = ( tabs.size() == 0 ); in SetZoom() 657 CreateTabData( tabs ); in SetZoom() 704 std::vector< SCTAB >::iterator it_end = tabs.end(); in SetZoom() 705 std::vector< SCTAB >::iterator it = tabs.begin(); in SetZoom()
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XSimpleTabController.idl | 49 but does not require XControl as type of tabs. 93 … <td>describe the order of this tab in relation to all other tabs inside this control.</td>
|
H A D | XStyleSettings.idl | 127 /// specifies the color of inactive tabs of a tab control
|
/aoo4110/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testProperty.cxx | 324 … Property::Pointer_t tabs = createCompositeProperty(NS_style::LN_tab_stops, pool->insert(pb1)); in testComplexParagraphProperty() local 333 pb1->insert(tabs); in testComplexParagraphProperty() 354 CPPUNIT_ASSERT_MESSAGE("tabs == tabulators failed", tabs == tabulators); in testComplexParagraphProperty()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 1221 long tabs[ 4 ]; in WatchWindow() local 1222 tabs[ 0 ] = 3; // two tabs in WatchWindow() 1223 tabs[ 1 ] = 0; in WatchWindow() 1224 tabs[ 2 ] = nVarTabWidth; in WatchWindow() 1225 tabs[ 3 ] = nVarTabWidth + nValueTabWidth; in WatchWindow() 1226 aTreeListBox.SvHeaderTabListBox::SetTabs( tabs, MAP_PIXEL ); in WatchWindow()
|
/aoo4110/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 571 for tabs in range(nPrettyTabs): 590 for tabs in range(nPrettyTabs):
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 339 the page tab from the list of tabs in the page tab list.</p> 347 <p>An object that presents a series of panels (or page tabs), one at 349 common mechanism is a list of tabs at the top of the panel. The 350 children of a page tab list are all page tabs.</p>
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 308 void SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs ); 309 …oid SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vector< SCTAB >& tabs );
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.ini | 286 shortlist=COMCTL-TABSTRIP-STYLE,0,tabs,tab-buttons,flat-buttons 647 0x00100000=tabs-allocated 655 shortlist=AX-TABSTRIP-TABSTYLE,0,tabs,buttons,none
|
/aoo4110/main/helpcontent2/source/text/shared/guide/ |
H A D | makefile.mk | 158 tabs.xhp \
|
/aoo4110/main/sw/source/core/text/ |
H A D | frmform.cxx | 564 com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > tabs(1); in GetTabStopInfo() local 598 tabs[0] = ts; in GetTabStopInfo() 599 return tabs; in GetTabStopInfo()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | autocdlg.src | 237 Text [ en-US ] = "Delete spaces and tabs at beginning and end of paragraph"; 241 Text [ en-US ] = "Delete spaces and tabs at end and start of line";
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | DocumentSettings.idl | 86 /** enables the sheet tabs of the view.
|
H A D | SpreadsheetViewSettings.idl | 89 /** enables the sheet tabs of the view.
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XUntitledNumbers.idl | 101 Note: Such string already contains leading spaces/tabs etcpp. !
|
/aoo4110/main/slideshow/ |
H A D | manifest.txt | 38 - no tabs, indent four spaces
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | DocumentSettings.idl | 95 tabs are formatted as a whole in the center or aligned to the
|
/aoo4110/main/sc/source/ui/src/ |
H A D | optdlg.src | 540 Text [ en-US ] = "Sh~eet tabs" ;
|
/aoo4110/main/migrationanalysis/src/driver_docs/ |
H A D | allstrings.ulf | 1344 …s with heading style used by TOC. Numbering abuts Header: replace leading tabs in Header style use… 2235 …word is shorter than <PRODUCTNAME>. That means that if, in Word, the user tabs a distance shorter …
|
/aoo4110/main/helpcontent2/util/sdatabase/ |
H A D | makefile.mk | 838 text$/shared$/guide$/tabs.xhp \
|