Home
last modified time | relevance | path

Searched refs:sAnchor (Results 1 – 6 of 6) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java128 … String sAnchor = ""; // TODO find out how the Anchor may be set at the html file; //_sAnchor; in openIdlDescription() local
138 sAnchor = ""; in openIdlDescription()
143 if (sAnchor != null){ in openIdlDescription()
144 if (!sAnchor.equals("")){ in openIdlDescription()
145 sIDLUrl += "#" + sAnchor; in openIdlDescription()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx953 OUString sAnchor (OUString::createFromAscii("Left")); in RendererPaneStyle() local
956 sAnchor = mpFont->msAnchor; in RendererPaneStyle()
961 if (sAnchor == OUString::createFromAscii("Left")) in RendererPaneStyle()
963 else if (sAnchor == OUString::createFromAscii("Right")) in RendererPaneStyle()
965 else if (sAnchor == OUString::createFromAscii("Center")) in RendererPaneStyle()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx185 ::rtl::OUString sAnchor; in GetHelpAnchor_Impl()
195 if ( ( aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "AnchorName" ) ) >>= sAnchor ) ) in GetHelpAnchor_Impl()
198 if ( sAnchor.getLength() > 0 ) in GetHelpAnchor_Impl()
200 _rAnchor = String( sAnchor ); in GetHelpAnchor_Impl()
H A Dnewhelp.hxx581 ::rtl::OUString& sAnchor );
585 const ::rtl::OUString& sAnchor ,
H A Dnewhelp.cxx1496 ::rtl::OUString& sAnchor ) in splitHelpURL() argument
1507 sAnchor = aURL.Mark; in splitHelpURL()
1514 const ::rtl::OUString& sAnchor , in buildHelpURL()
1523 if (sAnchor.getLength()) in buildHelpURL()
1524 sURL += String(sAnchor); in buildHelpURL()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1467 ::rtl::OUString sAnchor; in GetHelpAnchor_Impl()
1473 if ( ( aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "AnchorName" ) ) >>= sAnchor ) ) in GetHelpAnchor_Impl()
1476 if ( sAnchor.getLength() > 0 ) in GetHelpAnchor_Impl()
1478 _rAnchor = sAnchor; in GetHelpAnchor_Impl()
1505 ::rtl::OUString sAnchor; in createHelpAgentURL()
1508 sal_Bool bHasAnchor = GetHelpAnchor_Impl( sTempURL, sAnchor ); in createHelpAgentURL()
1513 aURL.Complete += sAnchor; in createHelpAgentURL()

Completed in 60 milliseconds