Lines Matching refs:getStr
78 rSection.getStr(), in readString()
79 rEntry.getStr(), in readString()
82 rDefault.getStr() ) ? rtl::OString( aBuf ) : rtl::OString(); in readString()
88 return osl_readProfileBool( profile, rSection.getStr(), rEntry.getStr(), bDefault ); in readBool()
101 pStrings[ nItems++ ] = (*it).getStr(); in readIdent()
105 …sal_uInt32 nRet = osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pSt… in readIdent()
113 return osl_writeProfileString( profile, rSection.getStr(), rEntry.getStr(), rString.getStr()); in writeString()
118 return osl_writeProfileBool( profile, rSection.getStr(), rEntry.getStr(), Value); in writeBool()
131 pStrings[ nItems++ ] = (*it).getStr(); in writeIdent()
136 … osl_writeProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nValue ); in writeIdent()
147 return osl_removeProfileEntry( profile, rSection.getStr(), rEntry.getStr()); in removeEntry()
159 int n = osl_getProfileSectionEntries( profile, rSection.getStr(), NULL, 0 ); in getSectionEntries()
163 osl_getProfileSectionEntries( profile, rSection.getStr(), pBuf, n+1 ); in getSectionEntries()