Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx444 const XMLPropertyState** ppAddStates, bool bDontSeek ) in Add() argument
470 if( ppAddStates ) in Add()
472 while( *ppAddStates ) in Add()
474 xPropStates.push_back( **ppAddStates ); in Add()
475 ppAddStates++; in Add()
591 const XMLPropertyState** ppAddStates) in Add() argument
603 if( ppAddStates ) in Add()
605 while( *ppAddStates ) in Add()
607 xPropStates.push_back( **ppAddStates ); in Add()
608 ++ppAddStates; in Add()
[all …]