dlgctrl.cxx (70d3707a) | dlgctrl.cxx (fb2c9d94) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1745 unchanged lines hidden (view full) --- 1754 SetUpdateMode( sal_True ); 1755} 1756 1757/************************************************************************* 1758|* 1759|* Fuellt die Listbox (vorlaeufig) mit Strings 1760|* 1761\************************************************************************/ | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1745 unchanged lines hidden (view full) --- 1754 SetUpdateMode( sal_True ); 1755} 1756 1757/************************************************************************* 1758|* 1759|* Fuellt die Listbox (vorlaeufig) mit Strings 1760|* 1761\************************************************************************/ |
1762 | |
1763void LineLB::Fill( const XDashList* pList ) 1764{ 1765 long nCount = pList->Count(); 1766 XDashEntry* pEntry; 1767 SetUpdateMode( sal_False ); 1768 1769 for( long i = 0; i < nCount; i++ ) 1770 { --- 82 unchanged lines hidden (view full) --- 1853 SelectEntryPos( (sal_uInt16) ( i - 1 + nDist ) ); 1854} 1855 1856/************************************************************************* 1857|* 1858|* Fuellt die Listbox (vorlaeufig) mit Strings 1859|* 1860\************************************************************************/ | 1762void LineLB::Fill( const XDashList* pList ) 1763{ 1764 long nCount = pList->Count(); 1765 XDashEntry* pEntry; 1766 SetUpdateMode( sal_False ); 1767 1768 for( long i = 0; i < nCount; i++ ) 1769 { --- 82 unchanged lines hidden (view full) --- 1852 SelectEntryPos( (sal_uInt16) ( i - 1 + nDist ) ); 1853} 1854 1855/************************************************************************* 1856|* 1857|* Fuellt die Listbox (vorlaeufig) mit Strings 1858|* 1859\************************************************************************/ |
1860LineEndLB::LineEndLB( Window* pParent, ResId Id ) 1861 : ListBox( pParent, Id ) 1862{ 1863} |
|
1861 | 1864 |
1865LineEndLB::LineEndLB( Window* pParent, WinBits aWB ) 1866 : ListBox( pParent, aWB ) 1867{ 1868} 1869 1870LineEndLB::~LineEndLB(void) 1871{ 1872} 1873 1874 |
|
1862void LineEndLB::Fill( const XLineEndList* pList, sal_Bool bStart ) 1863{ 1864 long nCount = pList->Count(); 1865 XLineEndEntry* pEntry; 1866 VirtualDevice aVD; 1867 SetUpdateMode( sal_False ); 1868 1869 for( long i = 0; i < nCount; i++ ) --- 427 unchanged lines hidden --- | 1875void LineEndLB::Fill( const XLineEndList* pList, sal_Bool bStart ) 1876{ 1877 long nCount = pList->Count(); 1878 XLineEndEntry* pEntry; 1879 VirtualDevice aVD; 1880 SetUpdateMode( sal_False ); 1881 1882 for( long i = 0; i < nCount; i++ ) --- 427 unchanged lines hidden --- |