Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx114 static sal_Char const aCellsStr[] = "Cells"; in SbxVariable() local
115 if ( maName.EqualsAscii( aCellsStr ) ) in SbxVariable()
116 maName.AssignAscii( aCellsStr, sizeof( aCellsStr )-1 ); in SbxVariable()
142 static sal_Char const aCellsStr[] = "Cells"; in ~SbxVariable() local
143 if ( maName.EqualsAscii( aCellsStr ) ) in ~SbxVariable()
144 maName.AssignAscii( aCellsStr, sizeof( aCellsStr )-1 ); in ~SbxVariable()

Completed in 8 milliseconds