Lines Matching refs:ucb_content
94 ::ucbhelper::Content ucb_content; in create_folder()
96 &ucb_content, url_, xCmdEnv, false /* no throw */ )) in create_folder()
98 if (ucb_content.isFolder()) { in create_folder()
100 *ret_ucb_content = ucb_content; in create_folder()
148 ucb_content )) { in create_folder()
150 *ret_ucb_content = ucb_content; in create_folder()
180 ::ucbhelper::Content ucb_content; in erase_path()
181 if (create_ucb_content( &ucb_content, url, xCmdEnv, false /* no throw */ )) in erase_path()
184 ucb_content.executeCommand( in erase_path()
200 ::rtl::ByteSequence readFile( ::ucbhelper::Content & ucb_content ) in readFile() argument
205 if (! ucb_content.openStream( xStream )) in readFile()
215 ::ucbhelper::Content & ucb_content, rtl_TextEncoding textenc ) in readLine() argument
218 ::rtl::ByteSequence bytes( readFile( ucb_content ) ); in readLine()
271 ::ucbhelper::Content & ucb_content ) in readProperties() argument
274 ::rtl::ByteSequence bytes( readFile( ucb_content ) ); in readProperties()