Searched refs:bSearchByPath (Results 1 – 2 of 2) sorted by relevance
/trunk/main/tools/source/communi/ |
H A D | geninfo.cxx | 87 sal_Bool bSearchByPath, sal_Bool bNewPath ) in InsertSubInfo() argument 90 return (pInfoList && pInfoList->InsertInfo( rPathKey, rValue, bSearchByPath, bNewPath )); in InsertSubInfo() 117 sal_Bool bSearchByPath, in GetSubInfo() argument 124 return pInfoList->GetInfo( rKey, bSearchByPath, bCreatePath ); in GetSubInfo() 217 sal_Bool bSearchByPath, in GetInfo() argument 226 if ( bSearchByPath ) in GetInfo() 242 if ( bSearchByPath && (nTokenCount > 1)) { in GetInfo() 361 sal_Bool bSearchByPath, sal_Bool bNewPath ) in InsertInfo() argument 369 pInfo = GetInfo( sPathKey, bSearchByPath, bNewPath ); in InsertInfo()
|
/trunk/main/tools/inc/tools/ |
H A D | geninfo.hxx | 75 sal_Bool bSearchByPath = sal_False, sal_Bool bNewPath = sal_False); 82 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, 161 sal_Bool bSearchByPath = sal_False, sal_Bool bNewPath = sal_False) { in InsertSubInfo() argument 164 (GenericInformation::InsertSubInfo( rPathKey, rValue, bSearchByPath, bNewPath ), sal_True)); } in InsertSubInfo() 166 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, in GetSubInfo() argument 170 return GenericInformation::GetSubInfo(rKey, bSearchByPath, bCreatePath); } in GetSubInfo() 207 GenericInformation *GetInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, 218 sal_Bool bSearchByPath = sal_False, sal_Bool bNewPath = sal_False);
|
Completed in 20 milliseconds