| /AOO41X/main/svx/source/accessibility/ |
| H A D | ChildrenManagerImpl.cxx | 134 ChildDescriptorListType::iterator I, aEnd = maVisibleChildren.end(); in GetChildShape() local 135 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChildShape() 137 if (I->mxAccessibleShape == xAcc) in GetChildShape() 138 return I->mxShape; in GetChildShape() 212 ChildDescriptorListType::iterator I, aEnd = maVisibleChildren.end(); in GetChild() local 213 for (I = maVisibleChildren.begin(); I != aEnd; ++I) in GetChild() 215 if ( I->mxShape.get() == xShape.get() ) in GetChild() 216 return I->mxAccessibleShape; in GetChild() 310 AccessibleShapeList::iterator I,aEnd = maAccessibleShapes.end(); in CreateListOfVisibleShapes() local 311 for (I=maAccessibleShapes.begin(); I != aEnd; ++I) in CreateListOfVisibleShapes() [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() 273 ::std::map< ::rtl::OUString, PropertyWrapperBase*, OUStringComparison>::iterator 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 78 I((ColumnData).begin()), \ [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 | 642 std::vector<TemplateDir*>::iterator I; in AssistentDlgImpl() local 643 for (I=maPresentList.begin(); I!=maPresentList.end(); I++) in AssistentDlgImpl() 645 TemplateDir* pDir = *I; in AssistentDlgImpl() 682 std::vector<TemplateDir*>::iterator I; in ~AssistentDlgImpl() local 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() 896 std::vector<TemplateDir*>::iterator I; in TemplateScanDone() local 898 for (i=0,I=maPresentList.begin(); I!=maPresentList.end(); I++,i++) in TemplateScanDone() 900 TemplateDir* pDir = *I; in TemplateScanDone() [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 | 1127 Dim I As Integer 1135 For I = 1 To NameCount 1136 theBadChars.BadChar = Mid(aName, I, 1) 1137 theBadChars.Position = I 1147 Next I 1913 Dim I As Integer 1935 I = 0 2003 myarray(I, i2) = Range(Values(i2)).Address 2009 myarray(I, i2) = "" 2013 I = I + 1 [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/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/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
|
| H A D | MigrationAnalyser.cls | 584 Dim I As Long 599 For I = 2 To shapeText.Paragraphs.count 600 currType = shapeText.Paragraphs(I, 0).ParagraphFormat.Bullet.Type 601 currStart = shapeText.Paragraphs(I, 0).start 620 Next I
|
| /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
|
| /AOO41X/main/apple_remote/ |
| H A D | HIDRemoteControlDevice.m | 157 // I'm pretty sure this is a kind of bug at Apple and I'm in contact with the responsible 158 // Apple Engineer. This solution is not a perfect one - I know. 161 …// As there is no official Apple Remote API from Apple I also failed to open a technical incident … 510 // Set up a matching dictionary to search the I/O Registry by class 514 // Now search I/O Registry for matching devices.
|
| /AOO41X/main/dtrans/source/win32/dnd/ |
| H A D | idroptarget.cxx | 30 #define __uuidof(I) IID_##I argument
|