Lines Matching defs:pProfile
189 osl_TProfileImpl* pProfile; in osl_openProfile() local
280 osl_TProfileImpl* pProfile = (osl_TProfileImpl*)Profile; in osl_closeProfile() local
369 osl_TProfileImpl* pProfile = (osl_TProfileImpl*) Profile; in osl_flushProfile() local
462 osl_TProfileImpl* pProfile = 0; in osl_readProfileString() local
605 osl_TProfileImpl* pProfile = 0; in osl_writeProfileString() local
752 osl_TProfileImpl* pProfile = 0; in osl_removeProfileEntry() local
815 osl_TProfileImpl* pProfile = 0; in osl_getProfileSectionEntries() local
1105 osl_TProfileImpl* pProfile = acquireProfile(Profile, sal_False); in osl_getProfileSections() local
1580 static const sal_Char* addLine(osl_TProfileImpl* pProfile, const sal_Char* Line) in addLine()
1621 static const sal_Char* insertLine(osl_TProfileImpl* pProfile, const sal_Char* Line, sal_uInt32 Line… in insertLine()
1681 static void removeLine(osl_TProfileImpl* pProfile, sal_uInt32 LineNo) in removeLine()
1723 static void setEntry(osl_TProfileImpl* pProfile, osl_TProfileSection* pSection, in setEntry()
1735 static sal_Bool addEntry(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection, in addEntry()
1795 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… in addSection()
1844 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection()
1873 static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section, in findEntry()
1926 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile) in loadProfile()
1982 static sal_Bool storeProfile(osl_TProfileImpl* pProfile, sal_Bool bCleanup) in storeProfile()
2066 static osl_TFile* osl_openTmpProfileImpl(osl_TProfileImpl* pProfile) in osl_openTmpProfileImpl()
2100 static sal_Bool osl_ProfileSwapProfileNames(osl_TProfileImpl* pProfile) in osl_ProfileSwapProfileNames()
2172 osl_TProfileImpl* pProfile = (osl_TProfileImpl*)Profile; in acquireProfile() local
2250 static sal_Bool releaseProfile(osl_TProfileImpl* pProfile) in releaseProfile()