Home
last modified time | relevance | path

Searched refs:i_pLeft (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Darrange.hxx184 …void getBorders( size_t i_nIndex, long* i_pLeft = NULL, long* i_pTop = NULL, long* i_pRight = NULL… in getBorders() argument
189 if( i_pLeft ) *i_pLeft = pEle->m_nLeftBorder; in getBorders()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm185 void addViewPair( NSView* i_pLeft, NSView* i_pRight )
187 maViewPairMap[ i_pLeft ] = i_pRight;
188 maViewPairMap[ i_pRight ] = i_pLeft;
191 NSView* getPair( NSView* i_pLeft ) const
194 std::map< NSView*, NSView* >::const_iterator it = maViewPairMap.find( i_pLeft );

Completed in 25 milliseconds