Searched refs:ouName (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccEditableText.cpp | 270 if(ouName.compareTo(L"CharBackColor") == 0 || in get_AnyFromOLECHAR() 271 ouName.compareTo(L"CharColor") == 0 || in get_AnyFromOLECHAR() 272 ouName.compareTo(L"ParaAdjust") == 0 || in get_AnyFromOLECHAR() 278 ouName.compareTo(L"CharFontPitch") == 0) in get_AnyFromOLECHAR() 286 ouName.compareTo(L"CharContoured") == 0) in get_AnyFromOLECHAR() 295 ouName.compareTo(L"CharFontPitch") == 0) in get_AnyFromOLECHAR() 301 else if(ouName.compareTo(L"CharHeight") == 0 || in get_AnyFromOLECHAR() 302 ouName.compareTo(L"CharWeight") == 0) in get_AnyFromOLECHAR() 308 else if(ouName.compareTo(L"CharFontName") == 0) in get_AnyFromOLECHAR() 313 else if(ouName.compareTo(L"CharPosture") == 0) in get_AnyFromOLECHAR() [all …]
|
H A D | AccEditableText.h | 107 …void get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, com::sun::s…
|
/aoo41x/main/xmlsecurity/tools/demo/ |
H A D | performance.cxx | 257 rtl::OUString ouName; member 357 const rtl::OUString& ouName, 368 const rtl::OUString& ouName, 375 const rtl::OUString& ouName, 1542 const rtl::OUString& ouName, in addStartAncestorEvent() argument 1549 ancestorEvent->ouName = ouName; in addStartAncestorEvent() 1565 ancestorEvent->ouName = ouName; in addEndAncestorEvent() 1571 const rtl::OUString& ouName, in sendAncestorStartElementEvent() argument 1586 xDocumentHandler->startElement(ouName, xAttrList); in sendAncestorStartElementEvent() 1590 const rtl::OUString& ouName, in sendAncestorEndElementEvent() argument [all …]
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | SalAquaFilePicker.cxx | 205 rtl::OUString ouName = [windowTitle OUString]; in execute() local 208 sal_Int32 indexOfDash = ouName.indexOf(rtl::OUString::createFromAscii(" - ")); in execute() 210 m_sSaveFileName = ouName.copy(0,indexOfDash); in execute()
|
Completed in 1891 milliseconds