Searched refs:Index1 (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbacollectionimpl.hxx | 281 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& /*not proce… in Item() argument 283 if ( Index1.getValueTypeClass() != css::uno::TypeClass_STRING ) in Item() 287 if ( ( Index1 >>= nIndex ) != sal_True ) in Item() 299 Index1 >>= aStringSheet; in Item()
|
H A D | vbashapes.hxx | 74 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& Index2 ) th…
|
/trunk/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 1040 sal_uInt16 Index1; in Draw() local 1085 T1=T; Index1=0; yPos=0; xPos=0; in Draw() 1104 T2=T1; Index2=Index1; in Draw() 1106 Fehler=(Index2==Index1); in Draw() 1108 lc=GetLineFeed(Buf,Index1,T,T1,l,LF,MaxGrad); in Draw() 1128 T2=T1; Index2=Index1; in Draw() 1146 T1=T2; Index1=Index2; // Fuer die naechste Zeile in Draw()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbastyles.cxx | 305 SwVbaStyles::Item( const uno::Any& Index1, const uno::Any& Index2 ) throw (uno::RuntimeException) in Item() argument 309 if( ( Index1 >>= nIndex ) && ( nIndex < 0 ) ) in Item() 353 return SwVbaStyles_BASE::Item( Index1, Index2 ); in Item()
|
H A D | vbastyles.hxx | 37 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& Index2 ) th…
|
/trunk/main/oovbaapi/ooo/vba/ |
H A D | XCollection.idl | 52 any Item( [in] any Index1, [in] any Index2 );
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaworksheets.hxx | 71 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& Index2 ) th…
|
Completed in 44 milliseconds