Home
last modified time | relevance | path

Searched refs:i (Results 4226 – 4250 of 5454) sorted by relevance

1...<<161162163164165166167168169170>>...219

/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java111 for (int i = 1; i < 5; ++i) { in testCreateEditDeleteComments()
/trunk/extras/l10n/source/pap/
H A Dlocalize.sdf45 …ediawindow.src 0 string AVMEDIA_STR_INSERTMEDIA_DLG 0 pap Hinka Pelíkula i Sonido 2002-02-02…
46 avmedia source\viewer\mediawindow.src 0 string AVMEDIA_STR_OPENMEDIA_DLG 0 pap Habri Pelíkula i
47 …ow.src 0 string AVMEDIA_STR_ALL_MEDIAFILES 0 pap Tur filenan di Pelíkula i Sonido 2002-02-02…
/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx96 unsigned int i = 0; in getChildren() local
98 it != maChildren.end(); it++, i++ ) in getChildren()
99 children[i] = (*it)->xChild; in getChildren()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXNumberingRules.java111 for (int i=0; i<5; i++) { in createTestEnvironment()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilterContainer.cxx188 sal_Int32 i = 0; in getFilterTagPos() local
192 for ( iter = m_vFilters.begin( ); iter != iter_end; ++iter, ++i ) in getFilterTagPos()
194 return i; in getFilterTagPos()
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.cxx280 for ( sal_Int32 i = 0; i < nCount; ++i, ++pInfo ) in canCreateFolder() local
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXAttributeList.idl61 string getNameByIndex( [in] short i );
69 string getTypeByIndex( [in] short i );
84 string getValueByIndex( [in] short i );
/trunk/main/chart2/source/tools/
H A DMediaDescriptorHelper.cxx82 for( sal_Int32 i= rMediaDescriptor.getLength();i--;) in MediaDescriptorHelper() local
84 const beans::PropertyValue& rProp = rMediaDescriptor[i]; in MediaDescriptorHelper()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_xrefpage.cxx247 for (uintt i = 0; i < i_level; ++i) in recursive_make_ListInTree() local
/trunk/main/basic/source/sample/
H A Dobject.cxx215 for( short i = 0; i < nPar; i++ ) in GetInfo() local
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx224 for( sal_uInt32 i = 0; i < nCount; i++ ) in select() local
226 xShapes->getByIndex(i) >>= xShape; in select()
/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx756 for( int i = 0; i < 2; ++i ) in FindTopic() local
765 if( i || !pService->MakeTopic( sTopic ) ) in FindTopic()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx176 for( int i = 0; i < nPoly; i++ ) in emitStructure() local
178 basegfx::B2DPolygon aPoly = PolyPoly.getB2DPolygon( i ); in emitStructure()
/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx144 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService() local
145 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx521 for (int i = 0; i < aProps.getLength(); ++i) in unoPropertySetToTag() local
525 ::rtl::OUString sName(aProps[i].Name); in unoPropertySetToTag()
/trunk/main/toolkit/source/controls/
H A Ddialogcontrol.cxx472 for( sal_Int32 i = 0; i < nLen; i++ ) in ImplModelPropertiesChanged() local
474 const PropertyChangeEvent& rEvt = rEvents.getConstArray()[i]; in ImplModelPropertiesChanged()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx108 sal_Int32 i = aToolbarName.lastIndexOf( ':' ); in retrieveToolbarNameFromHelpURL() local
109 … if (( aToolbarName.getLength() > 0 ) && ( i > 0 ) && (( i+ 1 ) < aToolbarName.getLength() )) in retrieveToolbarNameFromHelpURL()
110 … aToolbarName = aToolbarName.copy( i+1 ); // Remove ".HelpId:" protocol from toolbar name in retrieveToolbarNameFromHelpURL()
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx354 for (sal_Int32 i = 0; i < nCount; ++i) in IMPL_LINK() local
356 … uno::Reference<report::XReportComponent> xReportComponent(xSection->getByIndex(i),uno::UNO_QUERY); in IMPL_LINK()
/trunk/main/extensions/source/dbpilots/
H A Dgridwizard.cxx376 for (sal_uInt16 i=0; i<nSelected; ++i, ++pSelected) in commitPage() local
377 *pSelected = m_aSelFields.GetEntry(i); in commitPage()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx427 for ( sal_uLong i = 0; i < nMarkCount; ++i ) in MouseButtonUp() local
429 SdrMark* pMark = rSdrMarkList.GetMark( i ); in MouseButtonUp()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx72 for( sal_uInt16 i = 0; i < pTableLine->GetTabBoxes().Count(); ++i ) in ConvertNestedTablesToText() local
74 SwTableBox* pTableBox = pTableLine->GetTabBoxes()[ i ]; in ConvertNestedTablesToText()
/trunk/main/autodoc/source/display/html/
H A Dpagemake.cxx111 for ( int i = 0; i < C_nNrOfIndexLetters; ++i ) in Create_IndexFiles() local
112 Create_IndexFile(i); in Create_IndexFiles()
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx387 for(sal_Int32 i=0;pBegin != pEnd ;++pBegin) in getTypes() local
390 aRet.getArray()[i++] = *pBegin; in getTypes()
392 aRet.getArray()[i++] = *pBegin; in getTypes()
394 aRet.getArray()[i++] = *pBegin; in getTypes()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java160 protected void postWindowEvent(int i) { in postWindowEvent() argument
161 eventQueue.postEvent(new java.awt.event.WindowEvent(this, i)); in postWindowEvent()
164 protected void postComponentEvent(int i) { in postComponentEvent() argument
165 eventQueue.postEvent(new java.awt.event.ComponentEvent(this, i)); in postComponentEvent()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx158 for (sal_uInt16 i=0 ; !bDoubleName && i < nCount ; ++i) in CellModified() local
160 ::rtl::OUString sEntry(aListBox.GetEntry(i)); in CellModified()

Completed in 158 milliseconds

1...<<161162163164165166167168169170>>...219