Home
last modified time | relevance | path

Searched refs:Index1 (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx281 …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 Dvbashapes.hxx74 …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 Dsgvtext.cxx1040 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 Dvbastyles.cxx305 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 Dvbastyles.hxx37 …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 DXCollection.idl52 any Item( [in] any Index1, [in] any Index2 );
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.hxx71 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& Index2 ) th…

Completed in 29 milliseconds