PresenterHelpView.cxx (5d03e972) | PresenterHelpView.cxx (45b93914) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 371 unchanged lines hidden (view full) --- 380 381 382 383void PresenterHelpView::ReadHelpStrings (void) 384{ 385 mpTextContainer.reset(new TextContainer()); 386 PresenterConfigurationAccess aConfiguration ( 387 mxComponentContext, | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 371 unchanged lines hidden (view full) --- 380 381 382 383void PresenterHelpView::ReadHelpStrings (void) 384{ 385 mpTextContainer.reset(new TextContainer()); 386 PresenterConfigurationAccess aConfiguration ( 387 mxComponentContext, |
388 OUString::createFromAscii("/org.openoffice.Office.PresenterScreen/"), | 388 OUString::createFromAscii("/org.openoffice.Office.extension.PresenterScreen/"), |
389 PresenterConfigurationAccess::READ_ONLY); 390 Reference<container::XNameAccess> xStrings ( 391 aConfiguration.GetConfigurationNode(A2S("PresenterScreenSettings/HelpView/HelpStrings")), 392 UNO_QUERY); 393 PresenterConfigurationAccess::ForAll( 394 xStrings, 395 ::boost::bind(&PresenterHelpView::ProcessString, this, _2)); 396} --- 423 unchanged lines hidden --- | 389 PresenterConfigurationAccess::READ_ONLY); 390 Reference<container::XNameAccess> xStrings ( 391 aConfiguration.GetConfigurationNode(A2S("PresenterScreenSettings/HelpView/HelpStrings")), 392 UNO_QUERY); 393 PresenterConfigurationAccess::ForAll( 394 xStrings, 395 ::boost::bind(&PresenterHelpView::ProcessString, this, _2)); 396} --- 423 unchanged lines hidden --- |