Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx133 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChildShape()
211 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChild()
309 for (I=maAccessibleShapes.begin(); I != aEnd; ++I) in CreateListOfVisibleShapes()
367 for (I=rOldChildList.begin(); I != aEnd; ++I) in RemoveNonVisibleChildren()
398 for (I=raNewChildList.begin(); I != aEnd; ++I) in MergeAccessibilityInformation()
423 for (I=raNewChildList.begin(); I != aEnd; ++I) in SendVisibleAreaEvents()
588 for (I=aLocalVisibleChildren.begin(); I != aEnd; ++I) in ClearAccessibleShapeList()
826 for (I=maVisibleChildren.begin(); I != aEnd; ++I) in ViewForwarderChanged()
865 for (I=maVisibleChildren.begin(); I != aEnd; ++I) in ReplaceChild()
914 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetAccessibleCaption()
[all …]
H A DShapeTypeHandler.cxx93 tServiceNameToSlotId::iterator I (maServiceNameToSlotId.find (aServiceName)); in GetTypeId() local
94 if (I != maServiceNameToSlotId.end()) in GetTypeId()
97 return maShapeTypeDescriptorList[I->second].mnShapeTypeId; in GetTypeId()
216 tServiceNameToSlotId::iterator I (maServiceNameToSlotId.find (aServiceName)); in GetSlotId() local
217 if (I != maServiceNameToSlotId.end()) in GetSlotId()
218 return I->second; in GetSlotId()
H A DDGColorNameLookUp.cxx67 tColorValueToNameMap::const_iterator I; in LookUpColor() local
68 I = maColorValueToNameMap.find (nColor); in LookUpColor()
69 if (I != maColorValueToNameMap.end()) in LookUpColor()
71 sColorName = I->second; in LookUpColor()
H A DGraphCtlAccessibleContext.cxx823 ShapesMapType::iterator I; in disposing() local
825 for (I=mxShapes.begin(); I!=mxShapes.end(); I++) in disposing()
827 XAccessible* pAcc = (*I).second; in disposing()
832 (*I).second->release(); in disposing()
/trunk/main/xmloff/source/chart/
H A DMultiPropertySetHandler.hxx206 ::std::map< ::rtl::OUString, PropertyWrapperBase*, OUStringComparison>::iterator I; in ~MultiPropertySetHandler()
207 for (I=aPropertyList.begin(); I!=aPropertyList.end(); I++) in ~MultiPropertySetHandler()
208 delete I->second; in ~MultiPropertySetHandler()
223 ::std::map< ::rtl::OUString, PropertyWrapperBase*, OUStringComparison>::iterator I; in GetProperties()
226 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in GetProperties()
227 aNameList[i++] = I->second->msName; in GetProperties()
245 ::std::map< ::rtl::OUString, PropertyWrapperBase*, OUStringComparison>::iterator I; in MultiGet()
249 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in MultiGet()
250 I->second->SetValue (aValueList[i++]); in MultiGet()
275 for (I=aPropertyList.begin(),i=0; I!=aPropertyList.end(); I++) in SingleGet()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx61 #define ForAllColumnDescriptors(I) \ argument
63 I(maColumnDescriptors.begin()), \
65 I!=iEnd; \
66 ++I)
68 #define ForAllColumns(I,N) \ argument
71 I(maColumns.begin()), \
73 I!=iEnd; \
74 ++I,++N)
76 #define ForAllRows(ColumnData,I) \ argument
81 ++I)
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas39 Dim I As Integer variable
65 I = 0
69 … shapetop(I) = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
71 shapetop(I) = myshape.top
76 shapetop(I) = Selection.Information(wdVerticalPositionRelativeToPage)
78 I = I + 1
105 I = 0
126 Selection.ShapeRange.IncrementTop shapetop(I) - temptop
127 I = I + 1
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx643 for (I=maPresentList.begin(); I!=maPresentList.end(); I++) in AssistentDlgImpl()
684 for (I=maPresentList.begin(); I!=maPresentList.end(); I++) in ~AssistentDlgImpl()
686 for (J=(*I)->maEntries.begin(); J!=(*I)->maEntries.end(); J++) in ~AssistentDlgImpl()
688 delete (*I); in ~AssistentDlgImpl()
898 for (i=0,I=maPresentList.begin(); I!=maPresentList.end(); I++,i++) in TemplateScanDone()
900 TemplateDir* pDir = *I; in TemplateScanDone()
923 for (i=0,I=maPresentList.begin(); I!=maPresentList.end(); I++,i++) in TemplateScanDone()
1382 for (I=maPresentList.begin(); I!=maPresentList.end(); I++) in SelectTemplateRegion()
1385 mpTemplateRegion = *I; in SelectTemplateRegion()
1407 for (I=maPresentList.begin(); I!=maPresentList.end(); I++) in SelectLayoutRegion()
[all …]
H A DTemplateScanner.cxx168 std::vector<TemplateDir*>::iterator I; in ~TemplateScanner() local
169 for (I=maFolderList.begin(); I!=maFolderList.end(); I++) in ~TemplateScanner()
170 if (*I != NULL) in ~TemplateScanner()
171 delete *I; in ~TemplateScanner()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageObserver.cxx346 StringList::iterator I; in AnalyzeUsedMasterPages() local
365 for (I=aNewMasterPages.begin(); I!=aNewMasterPages.end(); ++I) in AnalyzeUsedMasterPages()
368 ::rtl::OUStringToOString(*I, in AnalyzeUsedMasterPages()
374 *I); in AnalyzeUsedMasterPages()
385 for (I=aRemovedMasterPages.begin(); I!=aRemovedMasterPages.end(); ++I) in AnalyzeUsedMasterPages()
388 ::rtl::OUStringToOString(*I, in AnalyzeUsedMasterPages()
394 *I); in AnalyzeUsedMasterPages()
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1147 Next I
1913 Dim I As Integer
1935 I = 0
2013 I = I + 1
2050 Dim I As Integer
2153 Next I
2207 Dim I As Integer
2212 For I = 1 To l
2215 Next I
2232 For I = 0 To 2
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx269 struct TestImplInh : public ImplInheritanceHelper2< TestWeakImpl, H, I >
274 ImplInheritanceHelper2< TestWeakImpl, H, I >(1) {} in TestImplInh()
277 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2) {} in TestImplInh()
280 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3) {} in TestImplInh()
283 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4) {} in TestImplInh()
286 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4, 5) {} in TestImplInh()
289 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4, 5, 6) {} in TestImplInh()
303 struct TestAggImplInh : public AggImplInheritanceHelper2< TestWeakAggImpl, H, I >
399 Reference< I > xI( xg, UNO_QUERY ); in dotest()
464 Reference< I > xI( xH, UNO_QUERY ); in test_ImplHelper()
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx269 template <typename I>
272 ::com::sun::star::uno::Reference<I> m_xI;
275 … DeleteUnoReferenceOnDeinit(const ::com::sun::star::uno::Reference<I>& r_xI ) : m_xI( r_xI ) { in DeleteUnoReferenceOnDeinit()
279 ::com::sun::star::uno::Reference<I> get (void) { return m_xI; } in get()
281 void set (const ::com::sun::star::uno::Reference<I>& r_xNew ) in set()
/trunk/main/curl/
H A Dcurl-bundled_openssl.patch16 - SSL_CPPFLAGS="-I$PREFIX_OPENSSL/include"
17 + SSL_CPPFLAGS="-I$PREFIX_OPENSSL/inc/external"
25 - CPPFLAGS="$CLEANCPPFLAGS -I$PREFIX_OPENSSL/include"
26 + CPPFLAGS="$CLEANCPPFLAGS -I$PREFIX_OPENSSL/inc/external"
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.dsp46 … /MT /W3 /GX /O2 /I "C:\Program Files\Windows CE Tools\wce300\Pocket PC 2002\support\ActiveSync\in…
72 … /Gm /GX /ZI /Od /I "C:\Program Files\Windows CE Tools\wce300\Pocket PC 2002\support\ActiveSync\in…
/trunk/main/autodoc/inc/cosv/tpl/
H A Dfuncall.hxx258 template <class I, class F>
260 for_each(I i_itBegin, I i_itEnd, F io_functionToBeCalled) in for_each()
262 for (I it = i_itBegin; it != i_itEnd; ++it) in for_each()
/trunk/main/cui/source/tabpages/
H A Dnumpages.src184 < "I, II, III, ... " ; 2/*SVX_NUM_ROMAN_UPPER */; > ;
791 String RID_STR_FULLNUMS_5 { Text = "I.|A.|i.|a)|61589" ; };
792 String RID_STR_FULLNUMS_6 { Text = "A.|I.|a.|i.|61589" ; };
795 String RID_STR_FULLNUMS_7_HTML { Text = "I.|I.|I|I.|I." ; };
/trunk/main/cairo/
H A Dcairo-1.8.0.patch8 -PIXMAN_CFLAGS := -I$(top_srcdir)/../pixman/pixman
10 +PIXMAN_CFLAGS := -I$(SOLARSRC)/cairo/$(INPATH)/inc
25 DEFAULT_CFLAGS += -I. -I$(top_srcdir)
28 +DEFAULT_CFLAGS += -I$(SOLARVER)/$(INPATH)/inc/zlib -I$(SOLARVER)/$(INPATH)/inc/external/libpng -DZ…
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java35 int I(String val) { in I() method in conversionAlgorithm
44 int I(String value) { in I() method in horizSize
69 int I(String value) { in I() method in lineHeight
101 int I(String value) { in I() method in alignment
376 this.value[attr] = (((conversionAlgorithm)algor[attr].newInstance())).I(value); in setAttribute()
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl179 <I>all</I> of the services in any given inheritance chain for which
181 <TT>MyResources_fr_BE</TT>, you must provide <I>both</I>
182 <TT>MyResources</TT> <I>and</I> <TT>MyResources_fr</TT>, or the
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_closedocs.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
/trunk/main/sdext/source/minimizer/
H A Dbasic.txt78 FOR I = 0 TO 17
79 url=oPresentations( I )
80 oSettings(11)=url+string( I, 2 )
83 NEXT I
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch65 … /W4 /GR /EHsc /I "./src/font" /I "./src/painter" /I "./src/segment" /I "./src/textsource" /I "./s…
67 … /W4 /GR /EHsc /I "./src/font" /I "./src/painter" /I "./src/segment" /I "./src/textsource" /I "./s…
70 …C) /nologo /W4 /I "./src/font" /I "./src/painter" /I "./src/segment" /I "./src/textsource" /I "./s…
289 an I-beam (std selection)
1829 // these should be called I hope
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv10 # W R I T E R D O C U M E N T S
34 Text2;Writer/Counterstrike I.txt;writer_Text_encoded:writer_Text;writer_Text_encoded:writer_Text
84 # I M P R E S S
98 # G R A P H I C S

Completed in 141 milliseconds

12345678910>>...13