Lines Matching refs:aLabel
164 …AL_CALL CNonExecuteFilePickerState::setLabel( sal_Int16 aControlId, const ::rtl::OUString& aLabel ) in setLabel() argument
167 aControlId, aLabel ); in setLabel()
185 OUString aLabel; in getLabel() local
192 aLabel = label_result->getLabel( ); in getLabel()
195 return aLabel; in getLabel()
475 void SAL_CALL CExecuteFilePickerState::setLabel( sal_Int16 aControlId, const OUString& aLabel ) in setLabel() argument
484 OUString aWinLabel = SOfficeToWindowsLabel( aLabel ); in setLabel()
504 sal_Unicode aLabel[MAX_LABEL]; in getLabel() local
505 int nRet = GetWindowText( hwndCtrl, reinterpret_cast<LPTSTR>(aLabel), MAX_LABEL ); in getLabel()
510 ctrlLabel = OUString( aLabel, rtl_ustr_getLength( aLabel ) ); in getLabel()
511 ctrlLabel = WindowsToSOfficeLabel( aLabel ); in getLabel()