Searched defs:EditPaM (Results 1 – 1 of 1) sorted by relevance
297 class EditPaM class304 EditPaM() { pNode = NULL; nIndex = 0; } in EditPaM() function in EditPaM305 EditPaM( ContentNode* p, sal_uInt16 n ) { pNode = p; nIndex = n; } in EditPaM() function in EditPaM
Completed in 22 milliseconds