/aoo42x/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 484 switch (aLocation.meComponent) in HandleKeyEvent() 488 … maPanels[aLocation.mnIndex]->SetExpanded( ! maPanels[aLocation.mnIndex]->IsExpanded()); in HandleKeyEvent() 493 ClickButton(aLocation.mnIndex); in HandleKeyEvent() 502 switch (aLocation.meComponent) in HandleKeyEvent() 529 switch (aLocation.meComponent) in HandleKeyEvent() 550 switch (aLocation.meComponent) in HandleKeyEvent() 556 if (aLocation.mnIndex > 0) in HandleKeyEvent() 572 if (aLocation.mnIndex == 0) in HandleKeyEvent() 585 switch(aLocation.meComponent) in HandleKeyEvent() 689 FocusLocation aLocation (PC_None, -1); in IMPL_LINK() local [all …]
|
/aoo42x/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 110 aNewProp.aLocation.pDerivedClassMember = _pPointerToMember; in registerProperty() 140 aNewProp.aLocation.pDerivedClassMember = _pPointerToMember; in registerMayBeVoidProperty() 158 aNewProp.aLocation.nOwnClassVectorIndex = m_aHoldProperties.size(); in registerPropertyNoMember() 315 pPropContainer = reinterpret_cast<Any*>(aPos->aLocation.pDerivedClassMember); in convertFastPropertyValue() 382 _rOldValue.setValue(aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type); in convertFastPropertyValue() 407 m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex] = _rValue; in setFastPropertyValue() 411 *reinterpret_cast< Any* >(aPos->aLocation.pDerivedClassMember) = _rValue; in setFastPropertyValue() 420 aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type.getTypeLibType(), in setFastPropertyValue() 451 _rValue = m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex]; in getFastPropertyValue() 454 _rValue = *reinterpret_cast<Any*>(aPos->aLocation.pDerivedClassMember); in getFastPropertyValue() [all …]
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ComponentView.java | 98 com.sun.star.awt.Point aLocation = mxComponent.getLocation(); in Update() local 100 aLocation.X + ", " + aLocation.Y); in Update() 127 if (aBBox.X!=aLocation.X || aBBox.Y!=aLocation.Y) in Update() 139 if (aLocation.X != aLocationOnScreen.X in Update() 140 || aLocation.Y != aLocationOnScreen.Y) in Update() 149 if (aLocation.X+aParentLocationOnScreen.X in Update() 151 || aLocation.Y+aParentLocationOnScreen.Y in Update()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | EventOASISTContext.cxx | 284 OUString aName, aLocation; in StartElement() local 287 ParseURL( rAttrValue, &aName, &aLocation ); in StartElement() 313 pMutableAttrList->AddAttribute( aLocQName, aLocation ); in StartElement() 344 OUString aName, aLocation; in StartElement() local 346 ParseURL( rAttrValue, &aName, &aLocation ); in StartElement() 365 pMutableAttrList->AddAttribute( aLocQName, aLocation ); in StartElement() 377 aLocation = rApp; in StartElement() 385 aLocation= rDoc; in StartElement() 391 if( aLocation.getLength() ) in StartElement() 396 pMutableAttrList->AddAttribute( aAttrQName, aLocation ); in StartElement() [all …]
|
H A D | EventOOoTContext.cxx | 158 OUString aLocation, aMacroName; in StartElement() local 202 aLocation = rAttrValue; in StartElement() 220 if( nMacroName != -1 && aLocation.getLength() > 0 ) in StartElement() 222 if( !IsXMLToken( aLocation, XML_APPLICATION ) ) in StartElement() 223 aLocation = GetXMLToken( XML_DOCUMENT ); in StartElement() 224 OUStringBuffer sTmp( aLocation.getLength() + aMacroName.getLength() + 1 ); in StartElement() 225 sTmp = aLocation; in StartElement()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 571 rtl::OUString aLocation( xStorable->getLocation() ); in actionPerformed() local 572 if ( aLocation.getLength() ) in actionPerformed() 574 sal_Int32 nIndex = aLocation.lastIndexOf( '/', aLocation.getLength() - 1 ); in actionPerformed() 577 if ( nIndex < aLocation.getLength() - 1 ) in actionPerformed() 578 aLocation = aLocation.copy( nIndex + 1 ); in actionPerformed() 581 nIndex = aLocation.lastIndexOf( '.', aLocation.getLength() - 1 ); in actionPerformed() 583 aLocation = aLocation.copy( 0, nIndex ); in actionPerformed() 586 aLocation = aLocation.concat( OUString::createFromAscii( ".mini" ) ); in actionPerformed() 587 aFileOpenDialog.setDefaultName( aLocation ); in actionPerformed()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 190 Iterator OutlinerContainer::CreateIterator (IteratorLocation aLocation) in CreateIterator() argument 201 aLocation); in CreateIterator() 208 aLocation); in CreateIterator() 216 IteratorLocation aLocation) in CreateSelectionIterator() argument 223 switch (aLocation) in CreateSelectionIterator() 235 switch (aLocation) in CreateSelectionIterator() 255 IteratorLocation aLocation) in CreateDocumentIterator() argument 262 switch (aLocation) in CreateDocumentIterator() 308 ePageKind, eEditMode, bDirectionIsForward, aLocation); in CreateDocumentIterator() 321 IteratorLocation aLocation) in GetPageIndex() argument [all …]
|
/aoo42x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleViewForwarder.cxx | 73 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in LogicToPixel() local 74 Point aTopLeft( aLocation.X, aLocation.Y ); in LogicToPixel() 95 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in PixelToLogic() local 96 Point aTopLeft( aLocation.X, aLocation.Y ); in PixelToLogic()
|
H A D | AccessibleChartShape.cxx | 193 awt::Point aLocation; in getLocation() local 196 aLocation = m_pAccShape->getLocation(); in getLocation() 198 return aLocation; in getLocation() 204 awt::Point aLocation; in getLocationOnScreen() local 207 aLocation = m_pAccShape->getLocationOnScreen(); in getLocationOnScreen() 209 return aLocation; in getLocationOnScreen()
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Parser.java | 54 Location aLocation = null; in Parse() local 60 aLocation = maReader.getLocation(); in Parse() 75 aLocation, in Parse() 89 aLocation, in Parse() local 96 aLocation, in Parse() local 118 aLocation); in Parse()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectLayouter.cxx | 178 Point aLocation (rpPageDescriptor ? rpPageDescriptor->GetLocation() : Point(0,0)); in GetBoundingBox() local 179 return GetBoundingBox(aLocation, ePart, eCoordinateSystem); in GetBoundingBox() 220 Point aLocation (rPageObjectLocation); in GetBoundingBox() local 222 aLocation += mpWindow->GetMapMode().GetOrigin(); in GetBoundingBox() 225 aBoundingBox.TopLeft() + aLocation, in GetBoundingBox() 226 aBoundingBox.BottomRight() + aLocation); in GetBoundingBox()
|
/aoo42x/main/udkapi/com/sun/star/registry/ |
H A D | XImplementationRegistration.idl | 56 @param aLocation 65 [in] string aLocation, 74 @param aLocation 82 boolean revokeImplementation( [in] string aLocation, 97 @param aLocation 101 [in] string aLocation );
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hi_main.cxx | 169 aLocation(aCurFilePath().c_str()); in Guard_CurFile() local 170 rClient.SetLocation(aLocation); in Guard_CurFile() 199 aLocation(aCurFilePath().c_str()); in Guard_CurFile() local 202 rClient.SetLocation(aLocation); in Guard_CurFile() 224 aLocation(aCurFilePath().c_str()); in Guard_CurFile() local 227 rClient.SetLocation(aLocation); in Guard_CurFile() 255 aLocation(aCurFilePath().c_str()); in Guard_CurFile() local 258 rClient.SetLocation(aLocation); in Guard_CurFile()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 1195 return awt::Rectangle (aLocation.X, aLocation.Y, aSize.Width, aSize.Height); in getBounds() 1208 return aLocation; in getLocation() 1540 awt::Point aLocation; in GetRelativeLocation() local 1544 aLocation.X = aContentBox.X; in GetRelativeLocation() 1545 aLocation.Y = aContentBox.Y; in GetRelativeLocation() 1549 aLocation.X += aBorderBox.X; in GetRelativeLocation() 1550 aLocation.Y += aBorderBox.Y; in GetRelativeLocation() 1553 return aLocation; in GetRelativeLocation() 2165 aLocation.X += aParagraphLocation.X; in GetRelativeLocation() 2166 aLocation.Y += aParagraphLocation.Y; in GetRelativeLocation() [all …]
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
H A D | Node.java | 39 final Location aLocation) in Node() argument 44 maLocation = aLocation; in Node() 72 final Location aLocation) in SetLocation() argument 74 maLocation = aLocation; in SetLocation()
|
/aoo42x/main/sd/inc/ |
H A D | OutlinerIterator.hxx | 235 Iterator CreateIterator (IteratorLocation aLocation); 258 IteratorLocation aLocation=BEGIN); 275 IteratorLocation aLocation=BEGIN); 300 IteratorLocation aLocation);
|
/aoo42x/main/cppuhelper/source/ |
H A D | factory.cxx | 844 OUString aLocation; in createModuleFactory() local 859 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory() 871 aLocation = xLocationKey->getAsciiValue(); in createModuleFactory() 874 sal_Int32 nPos = aLocation.indexOf( in createModuleFactory() 878 aActivatorName = aLocation.copy( 0, nPos ); in createModuleFactory() 883 aLocation = aLocation.copy( nPos + 3 ); in createModuleFactory() 896 … xFactory = xLoader->activate( aImplementationName, aActivatorUrl, aLocation, xImplementationKey ); in createModuleFactory()
|
/aoo42x/main/scripting/source/basprov/ |
H A D | basprov.cxx | 366 ::rtl::OUString aLocation = sfUri->getParameter( in getScript() 378 …ength() != 0 && aModule.getLength() != 0 && aMethod.getLength() != 0 && aLocation.getLength() != 0… in getScript() 381 if ( aLocation.equals( ::rtl::OUString::createFromAscii("document") ) ) in getScript() 385 else if ( aLocation.equals( ::rtl::OUString::createFromAscii("application") ) ) in getScript() 431 aMessage.appendAscii( "location: '" ).append( aLocation ).appendAscii( "'\n" ); in getScript()
|
/aoo42x/main/cpputools/source/unoexe/ |
H A D | unoexe.cxx | 618 OUString aImplName, aLocation, aServiceName, aUnoUrl; variable 647 readOption( &aLocation, "l", &nPos, arg) || 713 if (aImplName.getLength() && !aLocation.getLength()) 715 if (aServiceName.getLength() && aLocation.getLength()) 811 xContext, aImplName, aLocation, aServiceName, aInitParams, 849 xInstance = loadComponent( xContext, aImplName, aLocation );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docmacromode.cxx | 243 ::rtl::OUString aLocation; in adjustMacroMode() 245 aLocation = aURLReferer.GetMainURL( INetURLObject::NO_DECODE ); in adjustMacroMode() 247 if ( aLocation.getLength() && xSignatures->isLocationTrusted( aLocation ) ) in adjustMacroMode()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleComponentHandler.java | 68 com.sun.star.awt.Point aLocation = xComponent.getLocation(); in createChild() local 70 "Location: " + aLocation.X + ", " + aLocation.Y, in createChild()
|
/aoo42x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 247 rtl::OUString aLocation = aDictIt->aLocations[0]; in getLocales() local 248 sal_Int32 nPos = aLocation.lastIndexOf( '.' ); in getLocales() 249 aLocation = aLocation.copy( 0, nPos ); in getLocales() 250 aDNames[k] = aLocation; in getLocales()
|
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | GraphicalDisplay.java | 114 Point aLocation = xComponent.getLocationOnScreen(); in drawAccessibleObject() local 118 (int)(mnHOffset + mnScale*aLocation.X+0.5), in drawAccessibleObject() 119 (int)(mnVOffset + mnScale*aLocation.Y+0.5), in drawAccessibleObject()
|
H A D | TextualDisplay.java | 152 Point aLocation = xComponent.getLocationOnScreen(); in showComponentInfo() local 154 + aLocation.X + ", " + aLocation.Y + "\n"; in showComponentInfo()
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 435 awt::Point aLocation (getLocation()); in getLocationOnScreen() local 443 aLocation.X += aParentLocationOnScreen.X; in getLocationOnScreen() 444 aLocation.Y += aParentLocationOnScreen.Y; in getLocationOnScreen() 448 return aLocation; in getLocationOnScreen()
|