Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/misc/
H A Doutline.cxx569 pCollNames(0), in SwOutlineSettingsTabPage()
668 String aColl(pCollNames[nTmpLevel]); in Update()
756 String sOldName( pCollNames[nTmpLevel] ); in IMPL_LINK()
759 pCollNames[i] = aSaveCollNames[i]; in IMPL_LINK()
762 pCollNames[nTmpLevel] = aEmptyStr; in IMPL_LINK()
765 pCollNames[nTmpLevel] = aCollName; in IMPL_LINK()
768 if(i != nTmpLevel && pCollNames[i] == aCollName ) in IMPL_LINK()
769 pCollNames[i] = aEmptyStr; in IMPL_LINK()
776 !pCollNames[ i ].Len() ) in IMPL_LINK()
780 if( pCollNames[ n ] == sOldName ) in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Doutline.hxx128 String* pCollNames; member in SwOutlineSettingsTabPage