Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dmsvbasic.cxx64 : aVBAStrings(0), in VBA_Impl()
75 delete aVBAStrings.Get(i); in ~VBA_Impl()
130 int nIndex = aVBAStrings.GetSize()-1; in Output()
131 if (aVBAStrings.Get(nIndex)->Len() + in Output()
139 aVBAStrings.SetSize(nIndex+1); in Output()
140 aVBAStrings.Put(nIndex,new String); in Output()
142 *(aVBAStrings.Get(nIndex)) += sTemp; in Output()
497 aVBAStrings.SetSize(1); in Decompress()
498 aVBAStrings.Put(0,new String); in Decompress()
531 aVBAStrings.Get(i)->Insert(sComment,0); in Decompress()
[all …]
H A Dmsvbasic.hxx96 StringArray aVBAStrings; member in VBA_Impl

Completed in 9 milliseconds