Lines Matching refs:pSeq
543 static uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local
544 if( !pSeq ) in getUnoTunnelId()
547 if( !pSeq ) in getUnoTunnelId()
551 pSeq = &aSeq; in getUnoTunnelId()
554 return *pSeq; in getUnoTunnelId()
1864 OUString* pSeq = aSeq.getArray(); in SetError() local
1865 pSeq[0] = rMsg1; in SetError()
1875 OUString* pSeq = aSeq.getArray(); in SetError() local
1876 pSeq[0] = rMsg1; in SetError()
1877 pSeq[1] = rMsg2; in SetError()
1888 OUString* pSeq = aSeq.getArray(); in SetError() local
1889 pSeq[0] = rMsg1; in SetError()
1890 pSeq[1] = rMsg2; in SetError()
1891 pSeq[2] = rMsg3; in SetError()
1903 OUString* pSeq = aSeq.getArray(); in SetError() local
1904 pSeq[0] = rMsg1; in SetError()
1905 pSeq[1] = rMsg2; in SetError()
1906 pSeq[2] = rMsg3; in SetError()
1907 pSeq[3] = rMsg4; in SetError()