Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/tools/
H A DObjectIdentifier.cxx914 sal_Int32 nLastSign = rCID.lastIndexOf( ':' );//last sign before the type string in getObjectType() local
915 if(nLastSign==-1) in getObjectType()
916 nLastSign = rCID.lastIndexOf( '/' ); in getObjectType()
917 if(nLastSign==-1) in getObjectType()
922 nLastSign = 0; in getObjectType()
924 if( nLastSign>0 ) in getObjectType()
925 nLastSign++; in getObjectType()
927 if( rCID.match(C2U("Page"),nLastSign) ) in getObjectType()
929 else if( rCID.match(C2U("Title"),nLastSign) ) in getObjectType()
931 else if( rCID.match(C2U("LegendEntry"),nLastSign) ) in getObjectType()
[all …]