Home
last modified time | relevance | path

Searched refs:Entries (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/forms/source/component/
H A Dentrylisthelper.cxx97 OSL_ENSURE( _rEvent.Entries.getLength() == 1, in entryChanged()
102 && ( _rEvent.Entries.getLength() > 0 ) in entryChanged()
105 m_aStringItems[ _rEvent.Position ] = _rEvent.Entries[ 0 ]; in entryChanged()
117 … > 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ) && ( _rEvent.Entries.getLength() > 0 ), in entryRangeInserted()
122 && ( _rEvent.Entries.getLength() > 0 ) in entryRangeInserted()
139 _rEvent.Entries, in entryRangeInserted()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx103 typedef std::deque<SwFltStackEntry*> Entries; typedef in SwFltControlStack
104 typedef Entries::iterator myEIter;
105 Entries maEntries;
164 Entries::size_type Count() { return maEntries.size(); } in Count()
165 SwFltStackEntry* operator[](Entries::size_type nIndex) in operator []()
167 void DeleteAndDestroy(Entries::size_type nCnt);
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx94 bool operator () ( ActivePackages::Entries::value_type const & v ) const { in operator ()()
202 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in initActivationLayer()
1084 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in getDeployedPackages_()
1085 ActivePackages::Entries::const_iterator iPos( id2temp.begin() ); in getDeployedPackages_()
1086 ActivePackages::Entries::const_iterator const iEnd( id2temp.end() ); in getDeployedPackages_()
1281 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in synchronizeRemovedExtensions()
1283 typedef ActivePackages::Entries::const_iterator ITActive; in synchronizeRemovedExtensions()
1369 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in synchronizeAddedExtensions()
1521 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in getExtensionsWithUnacceptedLicenses()
1523 ActivePackages::Entries::const_iterator i = id2temp.begin(); in getExtensionsWithUnacceptedLicenses()
H A Ddp_activepackages.hxx65 typedef ::std::vector< ::std::pair< ::rtl::OUString, Data > > Entries; typedef in dp_manager::ActivePackages
80 Entries getEntries() const;
H A Ddp_activepackages.cxx156 ActivePackages::Entries ActivePackages::getEntries() const { in getEntries()
157 Entries es; in getEntries()
/trunk/main/comphelper/inc/comphelper/
H A Daccessibleeventbuffer.hxx122 typedef ::std::vector< Entry > Entries; typedef in comphelper::AccessibleEventBuffer
124 Entries m_aEntries;
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx575 getStringItemVector( xModelProps, pListWidget->Entries ); in describePDFControl()
589 if( nIndex >= 0 && nIndex < (sal_Int16)pListWidget->Entries.size() ) in describePDFControl()
602 getStringItemVector( xModelProps, pComboWidget->Entries ); in describePDFControl()
/trunk/main/cli_ure/
H A Dreadme.txt75 entries starting with CLI_URETYPES refer to the cli_uretypes.dll. Entries which contain the part "P…
220 Entries ending on _NEW_VERSION: The third number from the left is incremented.
221 Entries ending on _OLD_VERSION: The third number from the left of the second version is incremented.
222 Entries ending on _POLICY_VERSION: The first number from the left is incremented.
/trunk/main/offapi/com/sun/star/form/binding/
H A DXListEntryListener.idl49 of the <member>ListEntryEvent::Entries</member> member denotes the new string
58 <member>ListEntryEvent::Entries</member> member contains the strings which have
H A DListEntryEvent.idl63 Entries;
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx407 std::vector<rtl::OUString> Entries; member
430 std::vector<rtl::OUString> Entries; member
/trunk/main/comphelper/source/misc/
H A Daccessibleeventbuffer.cxx85 for (Entries::const_iterator aIt(m_aEntries.begin()); in sendEvents()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryEntry.idl52 <P>Entries whose words only differ in hyphenation are considered
H A DXDictionary.idl61 Entries of a negative dictionary are required to be recognized
/trunk/main/sc/addin/rot13/
H A Drot13.cl65 …ointer to arrray with exactly 16 variables of typ Paramtype. nParamCount Entries are set to the ty…
/trunk/main/sw/source/ui/index/
H A Dcnttab.src72 Text [ en-US ] = "Entries" ;
1347 Text [ en-US ] = "Entries" ;
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl157 <p>Entries in this sequence can either denote column names in the sub report,
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl91 <p>Entries in this sequence can either denote column names in the sub report,
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx458 aLstBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "One" ) ) ); in doTestCode()
459 aLstBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Two" ) ) ); in doTestCode()
460 aLstBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Three" ) ) ); in doTestCode()
461 aLstBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Four" ) ) ); in doTestCode()
476 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Larry" ) ) ); in doTestCode()
477 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Curly" ) ) ); in doTestCode()
478 aComboBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "Moe" ) ) ); in doTestCode()
12031 rNewWidget.m_aListEntries = rLstBox.Entries; in createControl()
12050 rNewWidget.m_aListEntries = rBox.Entries; in createControl()
12070 aLBox.Entries = rBox.Entries; in createControl()
/trunk/main/sc/source/ui/src/
H A Dscstring.src469 Text [ en-US ] = "~Entries" ;
H A Doptdlg.src211 Text [ en-US ] = "~Entries" ;
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl160 <p>Entries in this sequence can either denote column names in the sub form,
/trunk/main/cui/source/customize/
H A Dcfg.src153 Text [ en-US ] = "Entries" ;
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl516 …ointer to arrray with exactly 16 variables of typ Paramtype. nParamCount Entries are set to the ty…
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx268 void SwFltControlStack::DeleteAndDestroy(Entries::size_type nCnt) in DeleteAndDestroy()

Completed in 169 milliseconds

123456