Home
last modified time | relevance | path

Searched refs:it (Results 51 – 75 of 1855) sorted by last modified time

12345678910>>...75

/trunk/main/framework/source/uielement/
H A Dlangselectionmenucontroller.cxx273 std::set< OUString >::const_iterator it; in fillPopupMenu() local
274 for (it = aLangItems.begin(); it != aLangItems.end(); ++it) in fillPopupMenu()
276 const OUString & rStr( *it ); in fillPopupMenu()
/trunk/main/dbaccess/source/ui/relationdesign/
H A Drelation.src42 Text [ en-US ] = "This relation already exists. Do you want to edit it or create a new one?" ;
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedStates.idl55 loaded from persistent entry. In case of internal document it also
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1189 std::vector< rtl::OUString >::iterator it = vNames.begin(); in getScRangeListForAddress() local
1191 for ( ; it != it_end; ++it ) in getScRangeListForAddress()
1196 rtl::OUString sAddress = (*it).trim(); in getScRangeListForAddress()
5539 std::vector< table::CellRangeAddress >::iterator it = rangeResults.begin(); in SpecialCells() local
5541 for ( ; it != it_end; ++ it ) in SpecialCells()
5544 ScUnoConversion::FillScRange( refRange, *it ); in SpecialCells()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl81 Each time the parent report changes it's current row, the subreport requires
102 If a string in this property denotes both a column name and a parameter name, it
103 is undefined which way it is interpreted, but implementations of the service are required
108 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
121 client side before sending it to the database server.<br/>
123 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
181 …* specifies if the <member>Command</member> should be analyzed on the client side before sending it
184 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl81 <p>A <type>DataForm</type> is reset either on explicit request, or after it is moved
109 it is position <em>before</em> the it.</p>
129 In a first approach, the form tries to fill any parameters from it's master-detail relation
148 Each time the parent form changes it's current row, the subform requires
171 If a string in this property denotes both a column name and a parameter name, it
172 is undefined which way it is interpreted, but implementations of the service are required
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl143 Each time the parent report changes it's current row, the subreport requires
168 If a string in this property denotes both a column name and a parameter name, it
169 is undefined which way it is interpreted, but implementations of the service are required
174 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx441 … for ( std::vector< String >::const_iterator it = codeNames.begin(); it != codeNames.end(); ++it ) in ImportCode_Impl() local
445 moduleInfos[ *it ] = sModuleInfo; in ImportCode_Impl()
446 moduleData[ *it ] = uno::makeAny( sVBAOption ); in ImportCode_Impl()
450 for ( NameModuleDataHash::iterator it = moduleData.begin(); it != it_end; ++it ) in ImportCode_Impl() local
452 NameModuleInfoHash::iterator it_info = moduleInfos.find( it->first ); in ImportCode_Impl()
468 … sModuleInfo.ModuleObject.set( xVBACodeNamedObjectAccess->getByName( it->first ), uno::UNO_QUERY ); in ImportCode_Impl()
473 …OSL_TRACE("Failed to get documument object for %s", rtl::OUStringToOString( it->first, RTL_TEXTENC… in ImportCode_Impl()
477 xVBAModuleInfo->insertModuleInfo( it->first, sModuleInfo ); in ImportCode_Impl()
480 if( xLib->hasByName( it->first ) ) in ImportCode_Impl()
481 xLib->replaceByName( it->first, it->second ); in ImportCode_Impl()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java670 java.util.Iterator it = rMap.keySet().iterator(); in toXML() local
671 while(it.hasNext()) in toXML()
1066 while (it.hasMoreElements()) in convertTypePropsToInternal()
1176 while (it.hasMoreElements()) in convertFilterPropsToInternal()
1303 java.util.Enumeration it = lFlags.elements(); in convertFilterFlagNames2Values() local
1304 while(it.hasMoreElements()) in convertFilterFlagNames2Values()
1545 java.util.Iterator it = rMap.keySet().iterator(); in getItemNames() local
1546 while(it.hasNext()) in getItemNames()
1547 lNames.add(it.next()); in getItemNames()
1578 while(it.hasNext()) in getMatchedItemNames()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx124 for ( IMarkVector::const_iterator it = aMarks.begin(), end = aMarks.end(); in AppendBookmarks() local
125 it < end; ++it ) in AppendBookmarks()
127 IMark* pMark = (*it); in AppendBookmarks()
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1302 std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in glyfAdd() local
1303 ++it; in glyfAdd()
1308 currentID = *it; in glyfAdd()
1323 } while( ++it != glyphlist.end() ); in glyfAdd()
H A Dgsub.cxx218 UshortList::const_iterator it = aLookupOffsetList.begin(); in ReadGSUB() local
219 for(; it != aLookupOffsetList.end(); ++it ) in ReadGSUB()
221 const sal_uInt16 nOfsLookupTable = *it; in ReadGSUB()
340 …GlyphSubstitution::const_iterator it( pGlyphSubstitution->find( sal::static_int_cast<sal_uInt16>(n… in UseGSUB() local
341 if( it != pGlyphSubstitution->end() ) in UseGSUB()
342 nGlyph = (*it).second; in UseGSUB()
H A Dsft.cxx662 for( std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in GetCompoundTTOutline() local
663 it != glyphlist.end(); ++it ) in GetCompoundTTOutline()
665 fprintf( stderr,"%d ", (int) *it ); in GetCompoundTTOutline()
689 for( std::vector< sal_uInt32 >::const_iterator it = glyphlist.begin(); in GetCompoundTTOutline() local
690 it != glyphlist.end(); ++it ) in GetCompoundTTOutline()
692 fprintf( stderr,"%d ", (int) *it ); in GetCompoundTTOutline()
H A Dcff.cxx2103 for( ValVector::const_iterator it = rVector.begin();;) { in emitValVector() local
2104 aVal = *it; in emitValVector()
2105 if( ++it == rVector.end() ) in emitValVector()
/trunk/extras/l10n/source/ml/
H A Dlocalize.sdf141 …e-mail configuration. Please save this document locally instead and attach it from within your e-m…
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf2640 helpcontent2 source\text\swriter\01\03120000.xhp 0 help tit 0 sq ~Formëdhënja e Web-it 2002-0…
3512 …\swriter\00\00000403.xhp 0 help par_id3149291 11 0 sq ~Formëdhënja e Web-it 2002-02-02 02:02:…
6000 helpcontent2 source\text\shared\01\05020500.xhp 0 help hd_id3154905 30 0 sq Rritje e bitmap-it
8090 …shared\00\00000020.xhp 0 help hd_id3153213 228 0 sq Niveli i PostScript=-it 2002-02-02 02:02:…
13119 …c\01\12090105.xhp 0 help par_idN10777 0 sq Gabim në ekzekutimin e shell-it në /target 2002-0…
13677 helpcontent2 source\text\scalc\01\05070500.xhp 0 help par_idN1099A 0 sq Rritje e bitmap-it 20…
21956 …ol.ulf 0 LngText OOO_CONTROL_258 0 sq Ju lutemi zgjidhni llojin e setup-it. 2002-02-02 02:02…
28966 …lg.src 0 fixedtext RID_SCPAGE_TABLE FT_SCALEFACTOR 68 sq Rritje e bitmap-it 2002-02-02 02:02:…
29151 …nglist RID_SCDLG_DPDATAFIELD.LB_TYPE 5 0 sq Gabim në ekzekutimin e shell-it në /target 2002-0…
30798 svx source\svdraw\svdstr.src 0 string SIP_XA_FILLBMP_STRETCH 0 sq Rritje e bitmap-it 2002-02-…
[all …]
/trunk/extras/l10n/source/eo/
H A Dlocalize.sdf7842 …ins lists or tables that you want to edit. The advantage of arrays is that it is possible to addre…
36769 … defective. Please select another version or install a new JRE and select it under Tools - Option…
/trunk/main/offapi/com/sun/star/form/
H A DXSubmit.idl66 the event which triggered the submit, if it was a mouse event
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableWizard.idl49 it comes to matching field types in the source and in the target database,
104 by the wizard, after it finished. The reason is that during the wizard run, the
114 <p>When a primary key is to be created by the wizard, it will be an auto-increment
/trunk/main/wizards/source/importwizard/
H A Dimportwi.src272 Text [ en-US ] = "Do you want to create it now?" ;
278 Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?" ;
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src160 Text [ en-US ] = "The file already exists. Do you want to overwrite it?" ;
1583 …ormation in separate tables, and it is recommended that you have a primary key in every table. Wit…
1966 …other new letter out of the template just navigate to the template location and double-click it." ;
2017 Text [ en-US ] = "To Whom it May Concern" ;
2303 Text [ en-US ] = "To whom it may concern," ;
2383 …rt the documents so that they can be viewed by a web browser. In addition, it will generate a Tabl…
/trunk/main/svx/source/dialog/
H A Ddocrecovery.src374 …eport tool gathers information about how %PRODUCTNAME is working and sends it to Apache OpenOffice…
/trunk/main/padmin/source/
H A Dpadialog.cxx721 ::std::list< OUString >::iterator it; in UpdateDevice()
722 for( it = m_aPrinters.begin(); it != m_aPrinters.end(); ++it ) in UpdateDevice()
724 const PrinterInfo& rInfo( m_rPIManager.getPrinterInfo( *it ) ); in UpdateDevice()
745 String aEntry( *it ); in UpdateDevice()
746 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
757 m_aDevicesLB.SetEntryData( nPos, (void*)it->getLength() ); in UpdateDevice()
758 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
H A Dadddlg.cxx155 for( std::list< rtl::OUString >::const_iterator it = aDrivers.begin(); it != aDrivers.end(); ++it ) in updateDrivers() local
229 ::std::list< OUString >::iterator it; in IMPL_LINK()
231 for( it = aPrinters.begin(); it != aPrinters.end(); ++it ) in IMPL_LINK()
238 if( it != aPrinters.end() ) in IMPL_LINK()
258 for( it = aPrinters.begin(); it != aPrinters.end(); ++it ) in IMPL_LINK()
262 rPIManager.removePrinter( *it ); in IMPL_LINK()
405 ::std::list< String >::iterator it; in APCommandPage()
406 for( it = aCommands.begin(); it != aCommands.end(); ++it ) in APCommandPage()
407 m_aCommandBox.InsertEntry( *it ); in APCommandPage()
1075 for( list< OUString >::const_iterator it = aPrinterList.begin(); it != aPrinterList.end(); ++it ) in uniquePrinterName() local
[all …]
H A Dhelper.cxx143 for( std::list< String >::const_iterator it = subfiles.begin(); it != subfiles.end(); ++it ) in FindFiles() local
147 aSubFile.append( *it ); in FindFiles()
216 for( ::std::list<String>::const_iterator it = rChoices.begin(); it != rChoices.end(); ++it ) in QueryString()
217 m_aComboBox.InsertEntry( *it ); in QueryString()

Completed in 1144 milliseconds

12345678910>>...75