Home
last modified time | relevance | path

Searched refs:separatorPos (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/vcl/source/control/
H A Dthrobber.cxx112 const sal_Int32 separatorPos = imageURL->lastIndexOf( '/' ); in lcl_loadImageSet() local
113 if ( separatorPos != -1 ) in lcl_loadImageSet()
116 composer.append( imageURL->copy( 0, separatorPos ) ); in lcl_loadImageSet()
118 composer.append( imageURL->copy( separatorPos ) ); in lcl_loadImageSet()
/aoo42x/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx127 const sal_Int32 separatorPos = sURL.lastIndexOf( '/' ); in lcl_ensureImage_throw() local
128 if ( separatorPos != -1 ) in lcl_ensureImage_throw()
131 composer.append( sURL.copy( 0, separatorPos ) ); in lcl_ensureImage_throw()
133 composer.append( sURL.copy( separatorPos ) ); in lcl_ensureImage_throw()

Completed in 17 milliseconds