/aoo42x/main/forms/source/component/ |
H A D | entrylisthelper.cxx | 97 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()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 103 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);
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 94 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 D | dp_activepackages.hxx | 65 typedef ::std::vector< ::std::pair< ::rtl::OUString, Data > > Entries; typedef in dp_manager::ActivePackages 80 Entries getEntries() const;
|
H A D | dp_activepackages.cxx | 156 ActivePackages::Entries ActivePackages::getEntries() const { in getEntries() 157 Entries es; in getEntries()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | accessibleeventbuffer.hxx | 122 typedef ::std::vector< Entry > Entries; typedef in comphelper::AccessibleEventBuffer 124 Entries m_aEntries;
|
/aoo42x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 575 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()
|
/aoo42x/main/cli_ure/ |
H A D | readme.txt | 75 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.
|
/aoo42x/main/offapi/com/sun/star/form/binding/ |
H A D | XListEntryListener.idl | 49 of the <member>ListEntryEvent::Entries</member> member denotes the new string 58 <member>ListEntryEvent::Entries</member> member contains the strings which have
|
H A D | ListEntryEvent.idl | 63 Entries;
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 407 std::vector<rtl::OUString> Entries; member 430 std::vector<rtl::OUString> Entries; member
|
/aoo42x/main/comphelper/source/misc/ |
H A D | accessibleeventbuffer.cxx | 85 for (Entries::const_iterator aIt(m_aEntries.begin()); in sendEvents()
|
/aoo42x/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionaryEntry.idl | 52 <P>Entries whose words only differ in hyphenation are considered
|
H A D | XDictionary.idl | 61 Entries of a negative dictionary are required to be recognized
|
/aoo42x/main/sc/addin/rot13/ |
H A D | rot13.cl | 65 …ointer to arrray with exactly 16 variables of typ Paramtype. nParamCount Entries are set to the ty…
|
/aoo42x/main/sw/source/ui/index/ |
H A D | cnttab.src | 72 Text [ en-US ] = "Entries" ; 1347 Text [ en-US ] = "Entries" ;
|
/aoo42x/main/offapi/com/sun/star/report/ |
H A D | XReportComponent.idl | 157 <p>Entries in this sequence can either denote column names in the sub report,
|
/aoo42x/main/offapi/com/sun/star/chart2/data/ |
H A D | XDatabaseDataProvider.idl | 91 <p>Entries in this sequence can either denote column names in the sub report,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 458 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()
|
/aoo42x/main/sc/source/ui/src/ |
H A D | scstring.src | 469 Text [ en-US ] = "~Entries" ;
|
H A D | optdlg.src | 211 Text [ en-US ] = "~Entries" ;
|
/aoo42x/main/offapi/com/sun/star/form/component/ |
H A D | DataForm.idl | 160 <p>Entries in this sequence can either denote column names in the sub form,
|
/aoo42x/main/cui/source/customize/ |
H A D | cfg.src | 153 Text [ en-US ] = "Entries" ;
|
/aoo42x/main/sc/addin/datefunc/ |
H A D | dfa.cl | 516 …ointer to arrray with exactly 16 variables of typ Paramtype. nParamCount Entries are set to the ty…
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 268 void SwFltControlStack::DeleteAndDestroy(Entries::size_type nCnt) in DeleteAndDestroy()
|