/aoo41x/main/svx/source/accessibility/ |
H A D | ChildrenManagerImpl.cxx | 135 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChildShape() 213 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChild() 311 for (I=maAccessibleShapes.begin(); I != aEnd; ++I) in CreateListOfVisibleShapes() 369 for (I=rOldChildList.begin(); I != aEnd; ++I) in RemoveNonVisibleChildren() 400 for (I=raNewChildList.begin(); I != aEnd; ++I) in MergeAccessibilityInformation() 425 for (I=raNewChildList.begin(); I != aEnd; ++I) in SendVisibleAreaEvents() 590 for (I=aLocalVisibleChildren.begin(); I != aEnd; ++I) in ClearAccessibleShapeList() 828 for (I=maVisibleChildren.begin(); I != aEnd; ++I) in ViewForwarderChanged() 867 for (I=maVisibleChildren.begin(); I != aEnd; ++I) in ReplaceChild() 916 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetAccessibleCaption() [all …]
|
H A D | ShapeTypeHandler.cxx | 93 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 D | DGColorNameLookUp.cxx | 67 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 D | GraphCtlAccessibleContext.cxx | 823 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()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | MultiPropertySetHandler.hxx | 206 ::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 …]
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 61 #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 …]
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | Preparation.bas | 39 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
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgass.cxx | 643 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 D | TemplateScanner.cxx | 168 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()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | MasterPageObserver.cxx | 346 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()
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 1147 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 …]
|
/aoo41x/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 269 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | lazydelete.hxx | 269 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()
|
/aoo41x/main/xmerge/source/activesync/ |
H A D | XMergeSync.dsp | 46 … /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…
|
/aoo41x/main/cosv/inc/cosv/tpl/ |
H A D | funcall.hxx | 258 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()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numpages.src | 194 < "I, II, III, ... " ; 2/*SVX_NUM_ROMAN_UPPER */; > ; 803 String RID_STR_FULLNUMS_5 { Text = "I.|A.|i.|a)|61589" ; }; 804 String RID_STR_FULLNUMS_6 { Text = "A.|I.|a.|i.|61589" ; }; 807 String RID_STR_FULLNUMS_7_HTML { Text = "I.|I.|I|I.|I." ; };
|
/aoo41x/main/cairo/ |
H A D | cairo-1.8.0.patch | 8 -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…
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | ParaStyle.java | 35 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 381 this.value[attr] = (((conversionAlgorithm)algor[attr].newInstance())).I(value); in setAttribute()
|
/aoo41x/main/ooo_custom_images/industrial/res/commandimagelist/ |
H A D | lc_closedocs.xcf.bz2 |
|
H A D | lc_backgroundpatterncontroller.xcf.bz2 |
|
/aoo41x/main/offapi/com/sun/star/resource/ |
H A D | XResourceBundle.idl | 179 <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
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | basic.txt | 78 FOR I = 0 TO 17 79 url=oPresentations( I ) 80 oSettings(11)=url+string( I, 2 ) 83 NEXT I
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/powerpoint/ |
H A D | ApplicationSpecific.bas | 123 Dim I As Integer variable 126 For I = .count To 1 Step -1 127 .item(I).Close
|
/aoo41x/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | files.csv | 10 # 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
|
/aoo41x/main/graphite/ |
H A D | graphite-2.3.1.patch | 65 … /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
|