Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Druler.cxx3049 void Ruler::SetIndents( sal_uInt16 n, const RulerIndent* pIndentAry ) in SetIndents() argument
3052 if ( !n || !pIndentAry ) in SetIndents()
3072 const RulerIndent* pAry2 = pIndentAry; in SetIndents()
3086 memcpy( mpData->pIndents, pIndentAry, n*sizeof( RulerIndent ) ); in SetIndents()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx843 void SetIndents( sal_uInt16 n = 0, const RulerIndent* pIndentAry = NULL );

Completed in 32 milliseconds