Searched refs:aCellsStr (Results 1 – 1 of 1) sorted by relevance
114 static sal_Char const aCellsStr[] = "Cells"; in SbxVariable() local115 if ( maName.EqualsAscii( aCellsStr ) ) in SbxVariable()116 maName.AssignAscii( aCellsStr, sizeof( aCellsStr )-1 ); in SbxVariable()142 static sal_Char const aCellsStr[] = "Cells"; in ~SbxVariable() local143 if ( maName.EqualsAscii( aCellsStr ) ) in ~SbxVariable()144 maName.AssignAscii( aCellsStr, sizeof( aCellsStr )-1 ); in ~SbxVariable()
Completed in 8 milliseconds