Home
last modified time | relevance | path

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

/trunk/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx377 …com::sun::star::uno::Reference< XRegistryKey > xKey2( xBaseKey->openKey( aKey.copy( 0, nIndex ) ) … in getByHierarchicalNameImpl() local
378 if (xKey2.is()) in getByHierarchicalNameImpl()
382 RegistryKeyCloser aCloser( xKey2 ); in getByHierarchicalNameImpl()
384 if ( xKey2->isValid() ) in getByHierarchicalNameImpl()
386 if (xKey2->getValueType() == RegistryValueType_BINARY) in getByHierarchicalNameImpl()
388 Sequence< sal_Int8 > aBytes( xKey2->getBinaryValue() ); in getByHierarchicalNameImpl()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1013 Reference< registry::XRegistryKey > xKey2( xDest->getRootKey()->openKey( keyname ) ); in insert_singletons() local
1014 if (xKey2.is() && xKey2->isValid()) in insert_singletons()
1018 OUString existing_name( xKey2->getStringValue() ); in insert_singletons()
1070 xKey2->setStringValue( service_name ); in insert_singletons()
1076 xKey2 = xDest->getRootKey()->createKey( keyname ); in insert_singletons()
1077 xKey2->setStringValue( service_name ); in insert_singletons()
1081 xKey2->openKey( OUSTR("REGISTERED_BY") ) ); in insert_singletons()
1085 xRegisteredImplNames = xKey2->createKey( OUSTR("REGISTERED_BY") ); in insert_singletons()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3477 uno::Reference< table::XCellRange > xKey2; in Sort() local
3485 xKey2 = processKey( Key2, mxContext, pDocShell ); in Sort()
3497 if ( xKey2.is() ) in Sort()
3500 …updateTableSortField( mxRange, xKey2, nOrder2, sTableFields[ nTableIndex++ ], bIsSortColumns, bMa… in Sort()

Completed in 64 milliseconds