Lines Matching refs:Insert
53 aPrefixPoss.Insert( rImpl.aPrefixPoss[i], i ); in SV_IMPL_PTRARR()
54 pLNames->Insert( new OUString( *(*rImpl.pLNames)[i] ), i ); in SV_IMPL_PTRARR()
55 pValues->Insert( new OUString( *(*rImpl.pValues)[i] ), i ); in SV_IMPL_PTRARR()
97 aPrefixPoss.Insert( USHRT_MAX, aPrefixPoss.Count() ); in AddAttr()
98 pLNames->Insert( new OUString(rLName), pLNames->Count() ); in AddAttr()
99 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()
110 aPrefixPoss.Insert( nPos, aPrefixPoss.Count() ); in AddAttr()
111 pLNames->Insert( new OUString(rLName), pLNames->Count() ); in AddAttr()
112 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()
125 aPrefixPoss.Insert( nPos, aPrefixPoss.Count() ); in AddAttr()
126 pLNames->Insert( new OUString(rLName), pLNames->Count() ); in AddAttr()
127 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()