Home
last modified time | relevance | path

Searched refs:i (Results 4801 – 4825 of 5444) sorted by relevance

1...<<191192193194195196197198199200>>...218

/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx111 int i = 0; in DebugHeaderFooterContent() local
112 ++i; // To set a breakpoint in DebugHeaderFooterContent()
H A Dunattr.cxx976 for ( sal_uInt16 i = rArr.Count(); i; ) in RemoveIdx() local
978 if ( RES_TXTATR_FTN == rArr[ --i ] ) in RemoveIdx()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx209 sal_Int32 i=2; in impl_getNodeForName_throw() local
214 aNewNodeName.append( i ); in impl_getNodeForName_throw()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx259 for (int i=0; i < NUM_OF_DOCKINGWINDOWS; i++ ) in RegisterChildWindow() local
261 sal_uInt16 nID = sal_uInt16(SID_DOCKWIN_START+i); in RegisterChildWindow()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx208 for ( sal_uLong i=0; i<rEngine.GetParagraphCount(); ++i ) in ImpUpdateSrollBarVis() local
209 nOverallTextHeight += rEngine.GetTextHeight( i ); in ImpUpdateSrollBarVis()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx743 … for ( sal_uInt16 i = 0; i < ((SvxNumberInfoItem*)pNumberFormatItem)->GetDelCount(); i++ ) in Execute() local
745 GetNumberFormatter()->DeleteEntry( pDelArr[i] ); in Execute()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1481 for ( sal_Int32 i = 0; i < nCount; ++i ) in IMPL_LINK() local
1483 TEntry_Impl pEntry = m_pExtensionBox->GetEntryData( i ); in IMPL_LINK()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx726 for (sal_Int32 i = 0; i < nChanged; ++i) in setPropertyValues() local
727 aRet[ i ] <<= getBadArgExcept(); in setPropertyValues()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx129 for (sal_Int32 i = xIndex->getCount() -1; i>= 1; i--) in removeAllSheets() local
131 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(i), uno::UNO_QUERY); in removeAllSheets()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx2016 for( unsigned int i = 0 ; i < rExtensions.size() ; i++ ) in ReadExtensions() local
2018 ExtensionType eType = rExtensions[i]; in ReadExtensions()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1510 for(sal_uInt32 i=0; i< b2DPolyPoly.count();i++) in registerUserPaintPolygons() local
1512 const ::basegfx::B2DPolygon& aPoly = b2DPolyPoly.getB2DPolygon(i); in registerUserPaintPolygons()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx756 for(sal_Int32 i=0;i < nSize;++i) in getTableTypes() local
758 if( !bViewsSupported && i == 1) in getTableTypes()
762 aRow.push_back(new ::connectivity::ORowSetValueDecorator(sTableTypes[i])); in getTableTypes()
/trunk/extras/l10n/source/is/
H A Dlocalize.sdf503 …taðfestingaraðgangsorðið passaði ekki við aðgangsorðið. Settu inn aðgangsorð með því að slá inn sa…
1602 …ore\resource\strings.src 0 string RID_STR_FORMATTEDFIELD 0 is Forsniðið svæði 20181231 09:50…
20312 extensions source\bibliography\sections.src 0 string ST_CUSTOM1 0 is Notanda sérsniðið svæði ~1 …
20313 extensions source\bibliography\sections.src 0 string ST_CUSTOM2 0 is Notanda sérsniðið svæði ~2 …
20314 extensions source\bibliography\sections.src 0 string ST_CUSTOM3 0 is Notanda sérsniðið svæði ~3 …
20315 extensions source\bibliography\sections.src 0 string ST_CUSTOM4 0 is Notanda sérsniðið svæði ~4 …
20316 extensions source\bibliography\sections.src 0 string ST_CUSTOM5 0 is Notanda sérsniðið svæði ~5 …
31080 helpcontent2 source\text\shared\02\01170001.xhp 0 help hd_id3149413 121 0 is Forsniðið svæði 2…
31466 helpcontent2 source\text\shared\02\01170000.xhp 0 help hd_id3151218 124 0 is Forsniðið svæði 2…
58282 … 0 is \<item type=\"input\"\>=IMDIV("-238+240i";"10+24i")\</item\> skilar 5+12i. …
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl72 references ( i.e. between an implementation of
118 /** makes it possible to abort running activities ( i.e. to cancel
H A DXContentProviderManager.idl73 and to register a "dummy" (i.e., <NULL/>) content provider on the
167 a content identifier (i.e., a URL).
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblewrapper.hxx202 …::star::accessibility::XAccessible > SAL_CALL getAccessibleChild( sal_Int32 i ) throw (::com::sun:…
280 …::star::accessibility::XAccessible > SAL_CALL getAccessibleChild( sal_Int32 i ) throw (::com::sun:…
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx6186 sal_uInt32 i = (sal_uInt32)eSpType; in IsCustomShapeFilledByDefault() local
6187 if ( i < 0x100 ) in IsCustomShapeFilledByDefault()
6188 bIsFilledByDefault = ( mso_DefaultFillingTable[ i >> 4 ] & ( 1 << ( i & 0xf ) ) ) == 0; in IsCustomShapeFilledByDefault()
6231 sal_uInt32 i = (sal_uInt32)eSpType; in IsCustomShapeStrokedByDefault() local
6232 if ( i < 0x100 ) in IsCustomShapeStrokedByDefault()
6233 bIsStrokedByDefault = ( mso_DefaultStrokingTable[ i >> 4 ] & ( 1 << ( i & 0xf ) ) ) == 0; in IsCustomShapeStrokedByDefault()
6244 sal_uInt32 i = (sal_uInt32)eSpType; in SortFilledObjectsToBackByDefault() local
6245 if ( i < 0x100 ) in SortFilledObjectsToBackByDefault()
6246 …bSortFilledObjectsToBackByDefault = ( msoSortFilledObjectsToBackTable[ i >> 4 ] & ( 1 << ( i & 0xf… in SortFilledObjectsToBackByDefault()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx692 for (sal_Int16 i = 0 ; i < nLength; i++, pValue++ ) in ReadUserDataSequence() local
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl95 … <p>Undo contexts can be nested, i.e. it is legitimate to call <code>enterUndoContext</code> and
123 …<p>Undo contexts can be nested, i.e. it is legitimate to call <member>enterUndoContext</member> and
304 …te that possible listeners will not get notifications for the single parts of the reset, i.e. there
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx913 for(sal_Int32 i = 0; i < nCount; i++, pSeq++) in ReadUserDataSequence() local
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl290 caret between the 'f' and the 'i' in a 'fi' ligature.
334 i.e. will not have non-highlighted text in between.<p>
400 i.e. either LEFT_TO_RIGHT or RIGHT_TO_LEFT.<p>
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1526 sal_uInt16 i = 0; in ConvertRelativeToAbsolutePageNum() local
1527 while( pTmpPage && i != _nRelPageNum ) in ConvertRelativeToAbsolutePageNum()
1530 ++i; in ConvertRelativeToAbsolutePageNum()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx618 void SfxApplication::ReleaseIndex(sal_uInt16 i) in ReleaseIndex() argument
620 pAppData_Impl->aIndexBitSet.ReleaseIndex(i-1); in ReleaseIndex()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx866 static OString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(()) in valueOf() argument
870 rtl_string_newFromStr_WithLength( &pNewData, aBuf, rtl_str_valueOfInt32( aBuf, i, radix ) ); in valueOf()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl76 resource, while the one in position i+1 is the direct anchor of the
77 one in position i.

Completed in 1579 milliseconds

1...<<191192193194195196197198199200>>...218