Home
last modified time | relevance | path

Searched refs:i (Results 4751 – 4775 of 5454) sorted by relevance

1...<<191192193194195196197198199200>>...219

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx655 int i = rSettings.maFilterData.getLength(); in ParseSettings() local
656 rSettings.maFilterData.realloc( i + 1 ); in ParseSettings()
657 rSettings.maFilterData[ i ].Name = sStatusIndicator; in ParseSettings()
658 rSettings.maFilterData[ i ].Value <<= rSettings.mxStatusIndicator; in ParseSettings()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx785 for ( sal_uInt16 i = 0; i < pURLList->Count(); ++i ) in OpenDocExec_Impl() local
787 String aURL = *(pURLList->GetObject(i)); in OpenDocExec_Impl()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1554 for (sal_uLong i=0; i<nCount; i++) in HandleChangedSelection() local
1555 maMarkListCopy.push_back (rMarkList.GetMark(i)->GetMarkedSdrObj ()); in HandleChangedSelection()
H A Dsdview.cxx912 for( sal_uInt32 i = 0; i < nCount; i++ ) in SetMarkedOriginalSize() local
914 SdrObject* pObj = GetMarkedObjectByIndex(i); in SetMarkedOriginalSize()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx237 for (long i=0; i< nLen; ++i) in WriteAlign() local
4465 for (int i=0;i<NO_OCX;i++) in OCX_Factory() local
4467 if ( sName.EqualsIgnoreCaseAscii( aOCXTab[i].sId )) in OCX_Factory()
4468 return(aOCXTab[i].pCreate()); in OCX_Factory()
4533 for( int i = 2; (i < NO_OCX) && !pEntry; ++i ) in OCX_Factory() local
4534 if( nClassId == aOCXTab[ i ].nId ) in OCX_Factory()
4535 pEntry = aOCXTab + i; in OCX_Factory()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceDimension.idl82 /** provides access to the name of the dimension, i.e. used in
98 i.e. as row field and data field.</p>
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx149 …Reference< XAccessible > SAL_CALL OTableWindowAccess::getAccessibleChild( sal_Int32 i ) throw (Ind… in getAccessibleChild() argument
155 switch(i) in getAccessibleChild()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx688 for( int i = 0; i < 2; ++i ) in CalculateFlySize() local
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx367 sal_Int32 i = lpComponent - lpszPath; in IsValidFilePath() local
368 rtl_uString_newReplaceStrAt(corrected, path, i, 1, NULL); in IsValidFilePath()
371 lpComponent = lpszPath + i; in IsValidFilePath()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx486 for ( sal_Int32 i=0; i<aProperties.getLength(); ++i, ++pProperties ) in storeTransientProperties() local
/trunk/main/padmin/source/
H A Drtsetup.src442 … the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)." ;
446 …ed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the…
450 …ipt code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe)." ;
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx151 for (int i = 0; i < 6; i++) in ConvertGuid() local
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2391 for( sal_Int32 i=0; i<nCount; ++i ) in isRectangle() local
2393 const B2DPoint& rPoint0( rPoly.getB2DPoint(i % nCount) ); in isRectangle()
2394 const B2DPoint& rPoint1( rPoly.getB2DPoint((i+1) % nCount) ); in isRectangle()
3162 for( sal_uInt32 i=0; i<nCount; ++i ) in isPolyPolygonEqualRectangle() local
3164 const B2DPoint p(rPoly.getB2DPoint(i)); in isPolyPolygonEqualRectangle()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1469 for (sal_uInt16 i=nPtAnz0+1; i<nPtAnz1-1; i++) { // Damit BckAction richtig funktioniert in EndCreate() local
1470 if (!rXPoly.IsControl(i)) rStat.NextPoint(); in EndCreate()
2067 for (sal_uInt16 i=0; i<nPolyCnt; i++) { in AddToHdlList() local
2068 const XPolygon& rXPoly=aOldPathPolygon.GetObject(i); in AddToHdlList()
2076 pHdl->SetPolyNum(i); in AddToHdlList()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx345 inline SvxCSS1MapEntry *GetPage( sal_uInt16 i ) const { return aPages[i]; } in GetPage()
/trunk/main/stoc/test/
H A Dmakefile.mk57 SHL1IMPLIB=i$(SHL1TARGET)
98 APP3STDLIBS+= i$(SHL1TARGET).lib
/trunk/main/framework/source/uielement/
H A Dmenubarwrapper.cxx336 sal_Int32 i( 0 ); in getElementNames() local
340 aSeq[i++] = pIter->first; in getElementNames()
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvasFont.idl79 strong, i.e. that change affinity according to the current
100 font coordinate system, i.e. relative to the corresponding
H A DXLinePolyPolygon2D.idl59 starting with nPolygonIndex (i.e. a total of
85 will take place <em>before</em> this position (i.e. when
H A DStrokeAttributes.idl88 above, i.e. the total width of all lines and spacings will
127 After every sub-stroke, i.e. after every line or curve segment
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx229 sal_uInt16 StyleNrToInfoOffset( sal_uInt16 i );
230 sal_uInt16 InfoOffsetToStyleNr( sal_uInt16 i );
/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx530 for (sal_uInt16 i = 0; i < 10; i++) in IMPL_STATIC_LINK() local
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx702 for( int i=0; i<mnIsAnimatedCount; ++i ) in addViewLayer() local
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx106 for( sal_uInt16 i = 0; i < rTbl.Count(); ++i ) in lcl_CheckRedline() local
107 lcl_CheckPam( rTbl[ i ] ); in lcl_CheckRedline()
196 for( sal_uInt16 i = 0; i < pRedlineTbl->Count(); ++i ) in SetRedlineMode() local
197 ((*pRedlineTbl)[ i ]->*pFnc)( nLoop ); in SetRedlineMode()
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetection.idl39 Due to the registered types, flat <type>TypeDetection</type> is already possible, i.e.
44 you need deep detection, i.e. the file itself has to be examined.

Completed in 183 milliseconds

1...<<191192193194195196197198199200>>...219