Lines Matching refs:xList
952 ::boost::shared_ptr< ListType > xList; in createNameList()
955 xList.reset( new ListType( *this ) ); in createNameList()
956 setNameList( rListName, xList ); in createNameList()
958 return xList; in createNameList()
964 NameListRef xList = createNameList< ListType >( rListName ); in readNameList() local
965 if( xList.get() ) in readNameList()
966 xList->readConfigBlock( rStrm ); in readNameList()
1061 NameListRef xList = rListWrp.getNameList( *this ); in getName() local
1062 return xList.get() ? xList->getName( *this, nKey ) : OOX_DUMP_ERR_NOMAP; in getName()
1068 NameListRef xList = rListWrp.getNameList( *this ); in hasName() local
1069 return xList.get() && xList->hasName( nKey ); in hasName()