Home
last modified time | relevance | path

Searched refs:i (Results 3576 – 3600 of 5638) sorted by relevance

1...<<141142143144145146147148149150>>...226

/aoo4110/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx215 for ( size_t i=0; i < sizeof( aImplementations ) / sizeof( aImplementations[0] ); ++i ) in load() local
217 if ( sComponentURL.equalsAscii( aImplementations[i].pAsciiServiceName ) ) in load()
219 aContext.createComponent( aImplementations[i].pAsciiImplementationName, xController ); in load()
/aoo4110/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx133 for ( sal_Int32 i=0; i<nCount; ++i ) in GetCommandText() local
135 ::rtl::OUString sPropertyName( aProperties[i].Name ); in GetCommandText()
138 aProperties[i].Value >>= sLabel; in GetCommandText()
/aoo4110/main/sd/source/core/
H A Ddrawdoc2.cxx768 for (sal_uInt16 i = 1; i < nPageCount; i = i + 2) in CreateMissingNotesAndHandoutPages() local
770 SdPage* pPage = (SdPage*) GetPage(i); in CreateMissingNotesAndHandoutPages()
779 SdPage* pNotesPage = (SdPage*) GetPage(i+1); in CreateMissingNotesAndHandoutPages()
1117 for ( sal_uInt16 i = 0; i < nCount; i++ ) in GetIMapInfo() local
1119 pUserData = pObject->GetUserData( i ); in GetIMapInfo()
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx338 for(sal_Int32 i = 0; i < ret.getLength(); ++i) { in execute() local
339 ret[i] <<= beans::UnknownPropertyException(); in execute()
341 if(props[j].Name == propertyValues[i].Name) { in execute()
342 ret[i] <<= lang::IllegalAccessException(); in execute()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlfldw.cxx376 for( sal_uInt16 i=0; i<4; i++ ) in OutHTML_SwField() local
379 aScriptItemSet.GetItem( pRefWhichIds[i] ); in OutHTML_SwField()
381 aScriptItemSet.GetItem( pWhichIds[i] ); in OutHTML_SwField()
383 !(0==i ? lcl_css1atr_equalFontItems( *pRefItem, *pItem ) in OutHTML_SwField()
/aoo4110/main/sal/qa/osl/security/
H A Dosl_Security.cxx650 for ( int i = nFirstSpacePoint +1; i <= aStringForward.getLength( ) - 1; i++, t_print("*") ); in RegisterAdditionalFunctions() local
662 for ( int i = nFirstSpacePoint +1; i <= nLastSpacePoint; i++, t_print("*") ); in RegisterAdditionalFunctions() local
/aoo4110/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java52 for (int i = 0; i < 5; i++) { in setUp()
283 for (int i = 0; i < 5; i++) { in testFooterNotShowOn1stSlide()
/aoo4110/main/sfx2/source/dialog/
H A Dprintopt.cxx258 for( long i = ( DPI_COUNT - 1 ); i >= 0; i-- ) in ImplUpdateControls() local
260 if( nDPI >= aDPIArray[ i ] ) in ImplUpdateControls()
262 aReduceBitmapsResolutionLB.SelectEntryPos( (sal_uInt16) i ); in ImplUpdateControls()
263 i = -1; in ImplUpdateControls()
/aoo4110/main/framework/source/recording/
H A Ddispatchrecorder.cxx350 for( sal_Int32 i=0; i<nLength; ++i ) in implts_recordMacro() local
352 if(!lArguments[i].Value.hasValue()) in implts_recordMacro()
358 AppendToBuffer(lArguments[i].Value, sValBuffer); in implts_recordMacro()
375 aArgumentBuffer.append (lArguments[i].Name); in implts_recordMacro()
/aoo4110/main/scripting/examples/java/selector/
H A DScriptSelector.java457 for (int i = 0; i < children.length; i++) { in initNodes()
458 if ( children[i] == null ) in initNodes()
463 new DefaultMutableTreeNode(children[i]) { in initNodes()
469 initNodes(children[i], newNode); in initNodes()
/aoo4110/main/offapi/com/sun/star/ucb/
H A DContentAction.idl77 i.e., !(A in H1(F)) && (A in H2(F))), denoted as E3(F, A).
95 have B as a child, i.e., (A in H1(F)) && !(B in H2(F)),
100 A as a child, i.e., (A in H1(F)) && !(A in H2(F)), send
108 /** A content was inserted into a folder content (i.e., while updating the
117 destroyed (i.e., due to rules just applied to the folder).
136 /** This Action indicates that a content has changed its identity (i.e.
/aoo4110/main/binaryurp/source/
H A Dwriter.cxx336 std::vector< BinaryAny >::const_iterator i(inArguments.begin()); in sendRequest() local
342 *i++); in sendRequest()
345 OSL_ASSERT(i == inArguments.end()); in sendRequest()
400 std::vector< BinaryAny >::const_iterator i( in sendReply() local
407 *i++); in sendReply()
410 OSL_ASSERT(i == outArguments.end()); in sendReply()
/aoo4110/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx75 for (short i = aText.Len() - 1; i >= 0; i--) in PageSizeControl() local
77 xub_Unicode c = aText.GetChar(i); in PageSizeControl()
/aoo4110/main/setup_native/scripts/
H A Dinstall_linux.sh103 for i in $*
105 case $i in
263 for i in $RPMLIST ; do
264 echo `basename $i`
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx78 for (DWORD i = 0; i < nSubKeys; i++) in FindProductInstallationPath() local
81 LONG ret = RegEnumKey(hkey, i, &buff[0], buff.size()); in FindProductInstallationPath()
/aoo4110/main/solenv/bin/
H A Dguw.pl249 foreach $i (@cmd_file) {
250 if ( defined $debug ) { print(STDERR "!".$i."!\n");};
272 foreach $i (@{$knownpara{$shortcommand}}) {
273 if( $para =~ /$i/ ) {
/aoo4110/main/solenv/bin/modules/
H A DSourceConfigHelper.pm280 my $i = 0;
281 while (($i < $count) and !defined ($value)) { # search the first defined result
282 $value = $$result_ref[$i];
283 $i++;
/aoo4110/main/vcl/source/window/
H A Daccmgr.cxx86 for (sal_uInt16 i = 0; i < pAccel->GetItemCount(); ++i) in RemoveAccel() local
88 Accelerator* pSubAccel = pAccel->GetAccel(pAccel->GetItemId(i)); in RemoveAccel()
/aoo4110/main/unoxml/source/rdf/
H A DCBlankNode.cxx82 for (::sal_Int32 i = 0; i < serviceNames.getLength(); ++i) { in supportsService()
83 if (serviceNames[i] == serviceName) in supportsService()
/aoo4110/main/toolkit/source/layout/core/
H A Dbox-base.cxx68 for ( int i = 0; i < aChildren.getLength(); i++ ) in isVisible() local
69 if ( isVisible( aChildren[i] ) ) in isVisible()
/aoo4110/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx170 for (DWORD i = 0; i <= n; ++i) { in extendLoaderEnvironment() local
171 *p++ = env[i]; in extendLoaderEnvironment()
/aoo4110/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyAccess.java82 for (int i=0; i < properties.length; i++){ in _getPropertyValues()
83 if (properties[i].Name.equals(propertyToChange.Name)) found = true; in _getPropertyValues()
/aoo4110/main/vcl/aqua/source/app/
H A Dsaldata.cxx72 for( unsigned int i = 0; i < maCursors.size(); i++ ) in ~SalData() local
74 NSCursor* pCurs = maCursors[i]; in ~SalData()
/aoo4110/main/svx/inc/svx/
H A Dsvdlayer.hxx118 …yer* GetLayer(sal_uInt16 i) { return (SdrLayer… in GetLayer() argument
119 … SdrLayer* GetLayer(sal_uInt16 i) const { return (SdrLayer… in GetLayer()
/aoo4110/main/sc/source/filter/xml/
H A Dxmlfonte.cxx62 for( sal_uInt16 i=0; i < nIdCount; ++i ) in AddFontItems() local
64 sal_uInt16 nWhichId(pWhichIds[i]); in AddFontItems()

Completed in 121 milliseconds

1...<<141142143144145146147148149150>>...226