Searched refs:pCapInf (Results 1 – 1 of 1) sorted by relevance
127 SwCapitalInfo* pCapInf; // referes to additional information member in SwDoCapitals130 SwDoCapitals ( SwDrawTextInfo &rInfo ) : rInf( rInfo ), pCapInf( 0 ) { } in SwDoCapitals()135 inline SwCapitalInfo* GetCapInf() const { return pCapInf; } in GetCapInf()136 inline void SetCapInf( SwCapitalInfo& rNew ) { pCapInf = &rNew; } in SetCapInf()
Completed in 17 milliseconds